Skip to content

Commit 3a59975

Browse files
committed
add py 3.13
1 parent 8443663 commit 3a59975

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- '3.7'
1111
- '3.8'
1212
- '3.9'
13+
- '3.10'
1314
- 'pypy-3.7'
1415
- 'pypy-3.8'
1516
- 'pypy-3.9'
@@ -23,7 +24,7 @@ jobs:
2324
python-version: '3.11'
2425
tox-env: essential
2526
- os: ubuntu-latest
26-
python-version: '3.10'
27+
python-version: '3.13'
2728
tox-env: extended
2829
steps:
2930
- uses: actions/checkout@v4

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
'Programming Language :: Python :: 3.10',
3131
'Programming Language :: Python :: 3.11',
3232
'Programming Language :: Python :: 3.12',
33+
'Programming Language :: Python :: 3.13',
3334
'Programming Language :: Python :: Implementation :: CPython',
3435
'Programming Language :: Python :: Implementation :: PyPy',
3536
'Topic :: File Formats :: JSON',

0 commit comments

Comments
 (0)