@@ -2253,6 +2253,10 @@ axes:
2253
2253
display_name : " Python 3.12"
2254
2254
variables :
2255
2255
PYTHON_BINARY : " /opt/python/3.12/bin/python3"
2256
+ - id : " 3.13"
2257
+ display_name : " Python 3.13"
2258
+ variables :
2259
+ PYTHON_BINARY : " /opt/python/3.13/bin/python3"
2256
2260
- id : " pypy3.9"
2257
2261
display_name : " PyPy 3.9"
2258
2262
variables :
@@ -2285,6 +2289,10 @@ axes:
2285
2289
display_name : " Python 3.12"
2286
2290
variables :
2287
2291
PYTHON_BINARY : " C:/python/Python312/python.exe"
2292
+ - id : " 3.13"
2293
+ display_name : " Python 3.13"
2294
+ variables :
2295
+ PYTHON_BINARY : " C:/python/Python313/python.exe"
2288
2296
2289
2297
- id : python-version-windows-32
2290
2298
display_name : " Python"
@@ -2309,6 +2317,10 @@ axes:
2309
2317
display_name : " 32-bit Python 3.12"
2310
2318
variables :
2311
2319
PYTHON_BINARY : " C:/python/32/Python312/python.exe"
2320
+ - id : " 3.13"
2321
+ display_name : " 32-bit Python 3.13"
2322
+ variables :
2323
+ PYTHON_BINARY : " C:/python/32/Python313/python.exe"
2312
2324
2313
2325
# Choice of mod_wsgi version
2314
2326
- id : mod-wsgi-version
@@ -2572,7 +2584,7 @@ buildvariants:
2572
2584
# Only test "noauth" with Python 3.8.
2573
2585
exclude_spec :
2574
2586
platform : rhel8
2575
- python-version : ["3.9", "3.10", "pypy3.9", "pypy3.10"]
2587
+ python-version : ["3.9", "3.10", "3.11", "3.12", "3.13", " pypy3.9", "pypy3.10"]
2576
2588
auth : " noauth"
2577
2589
ssl : " ssl"
2578
2590
pyopenssl : " *"
@@ -2678,7 +2690,7 @@ buildvariants:
2678
2690
exclude_spec :
2679
2691
# Don't test green frameworks on these Python versions.
2680
2692
- platform : rhel8
2681
- python-version : ["pypy3.9", "pypy3.10"]
2693
+ python-version : ["pypy3.9", "pypy3.10", "3.13" ]
2682
2694
green-framework : " *"
2683
2695
auth-ssl : " *"
2684
2696
display_name : " ${green-framework} ${python-version} ${platform} ${auth-ssl}"
@@ -2801,7 +2813,7 @@ buildvariants:
2801
2813
- matrix_name : " tests-mod-wsgi"
2802
2814
matrix_spec :
2803
2815
platform : ubuntu-22.04
2804
- python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"]
2816
+ python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
2805
2817
mod-wsgi-version : " *"
2806
2818
display_name : " ${mod-wsgi-version} ${python-version} ${platform}"
2807
2819
tasks :
0 commit comments