Skip to content

Commit 84dab21

Browse files
committed
add py 3.13
1 parent 8443663 commit 84dab21

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- '3.7'
1111
- '3.8'
1212
- '3.9'
13+
- '3.13'
1314
- 'pypy-3.7'
1415
- 'pypy-3.8'
1516
- 'pypy-3.9'

pyproject.toml

Lines changed: 1 addition & 0 deletions
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)