File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4042cache :
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ sphinxcontrib-jsmath==1.0.1
4646sphinxcontrib-qthelp == 2.0.0
4747sphinxcontrib-serializinghtml == 2.0.0
4848sphinxext-opengraph == 0.10.0
49- starlette == 0.47.0
49+ starlette == 0.47.2
5050typing-extensions == 4.13.2
5151urllib3 == 2.5.0
5252uvicorn == 0.34.2
Original file line number Diff line number Diff line change 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' ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ envlist =
88 py312
99 py313
1010 py314
11+ py315
1112 pypy39
1213 pypy310
1314 pypy311
You can’t perform that action at this time.
0 commit comments