We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8443663 commit 3a59975Copy full SHA for 3a59975
.github/workflows/tests.yml
@@ -10,6 +10,7 @@ jobs:
10
- '3.7'
11
- '3.8'
12
- '3.9'
13
+ - '3.10'
14
- 'pypy-3.7'
15
- 'pypy-3.8'
16
- 'pypy-3.9'
@@ -23,7 +24,7 @@ jobs:
23
24
python-version: '3.11'
25
tox-env: essential
26
- os: ubuntu-latest
- python-version: '3.10'
27
+ python-version: '3.13'
28
tox-env: extended
29
steps:
30
- uses: actions/checkout@v4
pyproject.toml
@@ -30,6 +30,7 @@ classifiers = [
'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