Skip to content

Commit 1fea5a1

Browse files
authored
formal support for 3.14; init support for 3.15 (#78)
1 parent 77ebfae commit 1fea5a1

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,21 @@ matrix:
2222
- python: '3.14-dev'
2323
env:
2424

25-
- python: 'pypy3.9-7.3.9' # at 7.3.16
25+
- python: '3.15-dev'
26+
env:
27+
28+
- python: 'pypy3.9-7.3.15' # at 7.3.16
2629
env:
2730

2831
- python: 'pypy3.10-7.3.19'
2932
env:
3033

31-
- python: 'pypy3.11-7.3.19'
34+
- python: 'pypy3.11-7.3.20'
3235
env:
3336

3437
allow_failures:
35-
- python: '3.14-dev' # CI missing
36-
- python: 'pypy3.10-7.3.19' # CI missing
37-
- python: 'pypy3.11-7.3.19' # CI missing
38+
- python: '3.15-dev' # prerelease; CI missing
39+
- python: 'pypy3.11-7.3.20' # CI missing
3840
fast_finish: true
3941

4042
cache:

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sphinxcontrib-jsmath==1.0.1
4646
sphinxcontrib-qthelp==2.0.0
4747
sphinxcontrib-serializinghtml==2.0.0
4848
sphinxext-opengraph==0.10.0
49-
starlette==0.47.0
49+
starlette==0.47.2
5050
typing-extensions==4.13.2
5151
urllib3==2.5.0
5252
uvicorn==0.34.2

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.11',
6868
'Programming Language :: Python :: 3.12',
6969
'Programming Language :: Python :: 3.13',
70+
'Programming Language :: Python :: 3.14',
7071
'Programming Language :: Python :: Implementation :: CPython',
7172
'Programming Language :: Python :: Implementation :: PyPy',
7273
'Topic :: Scientific/Engineering',

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ envlist =
88
py312
99
py313
1010
py314
11+
py315
1112
pypy39
1213
pypy310
1314
pypy311

0 commit comments

Comments
 (0)