Skip to content

Commit 298d1df

Browse files
authored
add formal support for python 3.13 (#293)
* add formal support for python 3.13 * use 3.13-dev on travis
1 parent b7c65ee commit 298d1df

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,16 @@ matrix:
2929
env:
3030
- MULTIPROCESS="true"
3131

32-
- python: 'pypy3.9-7.3.9' # at 7.3.15
32+
- python: 'pypy3.9-7.3.9' # at 7.3.16
3333
env:
3434
- MULTIPROCESS="true"
3535

36-
- python: 'pypy3.10-7.3.15'
36+
- python: 'pypy3.10-7.3.17'
3737
env:
3838
- MULTIPROCESS="true"
3939

4040
allow_failures:
41-
- python: '3.13-dev'
42-
- python: 'pypy3.10-7.3.15' # CI missing
41+
- python: 'pypy3.10-7.3.17' # CI missing
4342
fast_finish: true
4443

4544
cache:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
'Programming Language :: Python :: 3.10',
6868
'Programming Language :: Python :: 3.11',
6969
'Programming Language :: Python :: 3.12',
70+
'Programming Language :: Python :: 3.13',
7071
'Programming Language :: Python :: Implementation :: CPython',
7172
'Programming Language :: Python :: Implementation :: PyPy',
7273
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)