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 320d3f4 commit 2d16845Copy full SHA for 2d16845
.github/workflows/tests.yml
@@ -18,6 +18,7 @@ jobs:
18
- '3.8'
19
- '3.9'
20
- '3.13'
21
+ - '3.14'
22
- 'pypy-3.7'
23
- 'pypy-3.8'
24
- 'pypy-3.9'
pyproject.toml
@@ -31,6 +31,7 @@ classifiers = [
31
'Programming Language :: Python :: 3.11',
32
'Programming Language :: Python :: 3.12',
33
'Programming Language :: Python :: 3.13',
34
+ 'Programming Language :: Python :: 3.14',
35
'Programming Language :: Python :: Implementation :: CPython',
36
'Programming Language :: Python :: Implementation :: PyPy',
37
'Topic :: File Formats :: JSON',
0 commit comments