File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,27 @@ jobs:
2727 include :
2828 # As the experimental task for the dev version.
2929 - os : ubuntu-latest
30- python : " 3.13-dev"
30+ python : " 3.13"
31+ experimental : true
32+ build : ' free-threading'
33+ - os : ubuntu-24.04-arm
34+ python : " 3.13"
3135 experimental : true
3236 build : ' free-threading'
3337 - os : ubuntu-latest
3438 python : " 3.14-dev"
3539 experimental : true
40+ - os : ubuntu-24.04-arm
41+ python : " 3.14-dev"
42+ experimental : true
3643 - os : ubuntu-latest
3744 python : " 3.14-dev"
3845 experimental : true
3946 build : ' free-threading'
47+ - os : ubuntu-24.04-arm
48+ python : " 3.14-dev"
49+ experimental : true
50+ build : ' free-threading'
4051 # Also test PyPy, macOS, and Windows:
4152 - os : ubuntu-latest
4253 python : pypy-3.10
You can’t perform that action at this time.
0 commit comments