File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,16 @@ matrix:
30
30
env :
31
31
- PYPY_VERSION="3.8"
32
32
33
- - python : ' pypy3.9-7.3.9' # is 7.3.15
33
+ - python : ' pypy3.9-7.3.9' # is 7.3.16
34
34
env :
35
35
- PYPY_VERSION="3.9"
36
36
37
- - python : ' pypy3.10-7.3.15 '
37
+ - python : ' pypy3.10-7.3.17 '
38
38
env :
39
39
- PYPY_VERSION="3.10"
40
40
41
41
allow_failures :
42
- - python : ' 3.13-dev'
43
- - python : ' pypy3.10-7.3.15' # CI missing
42
+ - python : ' pypy3.10-7.3.17' # CI missing
44
43
fast_finish : true
45
44
46
45
cache :
Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ def run_setup(with_extensions=True):
267
267
'Programming Language :: Python :: 3.10' ,
268
268
'Programming Language :: Python :: 3.11' ,
269
269
'Programming Language :: Python :: 3.12' ,
270
+ 'Programming Language :: Python :: 3.13' ,
270
271
'Programming Language :: Python :: Implementation :: CPython' ,
271
272
'Programming Language :: Python :: Implementation :: PyPy' ,
272
273
'Topic :: Scientific/Engineering' ,
You can’t perform that action at this time.
0 commit comments