We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8443663 commit 84dab21Copy full SHA for 84dab21
.github/workflows/tests.yml
@@ -10,6 +10,7 @@ jobs:
10
- '3.7'
11
- '3.8'
12
- '3.9'
13
+ - '3.13'
14
- 'pypy-3.7'
15
- 'pypy-3.8'
16
- 'pypy-3.9'
pyproject.toml
@@ -30,6 +30,7 @@ classifiers = [
30
'Programming Language :: Python :: 3.10',
31
'Programming Language :: Python :: 3.11',
32
'Programming Language :: Python :: 3.12',
33
+ 'Programming Language :: Python :: 3.13',
34
'Programming Language :: Python :: Implementation :: CPython',
35
'Programming Language :: Python :: Implementation :: PyPy',
36
'Topic :: File Formats :: JSON',
0 commit comments