Skip to content

Commit 2fff375

Browse files
committed
add py 3.13
1 parent 8443663 commit 2fff375

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/tests.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ 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'
1617
- 'pypy-3.10'
1718
tox-env: ['essential']
1819
include:
1920
- os: macos-latest
20-
python-version: '3.12'
21+
python-version: '3.13'
2122
tox-env: essential
2223
- os: windows-latest
23-
python-version: '3.11'
24+
python-version: '3.12'
2425
tox-env: essential
2526
- os: ubuntu-latest
26-
python-version: '3.10'
27+
python-version: '3.11'
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)