File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,21 @@ jobs:
10
10
- ' 3.7'
11
11
- ' 3.8'
12
12
- ' 3.9'
13
+ - ' 3.10'
13
14
- ' pypy-3.7'
14
15
- ' pypy-3.8'
15
16
- ' pypy-3.9'
16
17
- ' pypy-3.10'
17
18
tox-env : ['essential']
18
19
include :
19
20
- os : macos-latest
20
- python-version : ' 3.12 '
21
+ python-version : ' 3.13 '
21
22
tox-env : essential
22
23
- os : windows-latest
23
- python-version : ' 3.11 '
24
+ python-version : ' 3.12 '
24
25
tox-env : essential
25
26
- os : ubuntu-latest
26
- python-version : ' 3.10 '
27
+ python-version : ' 3.11 '
27
28
tox-env : extended
28
29
steps :
29
30
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ classifiers = [
30
30
' Programming Language :: Python :: 3.10' ,
31
31
' Programming Language :: Python :: 3.11' ,
32
32
' Programming Language :: Python :: 3.12' ,
33
+ ' Programming Language :: Python :: 3.13' ,
33
34
' Programming Language :: Python :: Implementation :: CPython' ,
34
35
' Programming Language :: Python :: Implementation :: PyPy' ,
35
36
' Topic :: File Formats :: JSON' ,
You can’t perform that action at this time.
0 commit comments