Skip to content

Commit 6dbeb6c

Browse files
authored
add formal support for python 3.13 (#193)
* add formal support for python 3.13 * use 3.13-dev on travis
1 parent 08e4266 commit 6dbeb6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,16 @@ matrix:
3030
env:
3131
- PYPY_VERSION="3.8"
3232

33-
- python: 'pypy3.9-7.3.9' # is 7.3.15
33+
- python: 'pypy3.9-7.3.9' # is 7.3.16
3434
env:
3535
- PYPY_VERSION="3.9"
3636

37-
- python: 'pypy3.10-7.3.15'
37+
- python: 'pypy3.10-7.3.17'
3838
env:
3939
- PYPY_VERSION="3.10"
4040

4141
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
4443
fast_finish: true
4544

4645
cache:

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ def run_setup(with_extensions=True):
267267
'Programming Language :: Python :: 3.10',
268268
'Programming Language :: Python :: 3.11',
269269
'Programming Language :: Python :: 3.12',
270+
'Programming Language :: Python :: 3.13',
270271
'Programming Language :: Python :: Implementation :: CPython',
271272
'Programming Language :: Python :: Implementation :: PyPy',
272273
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)