We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c1725 commit 96b94e5Copy full SHA for 96b94e5
.github/workflows/ci-test.yml
@@ -68,8 +68,10 @@ jobs:
68
experimental: [ false ]
69
70
include:
71
- # example: if 3.12 fails the jobs still succeeds
72
- - python-version: 3.13-alpha
+ # example: if 3.13 fails the jobs still succeeds
+ # allow-prereleases in setup-python allows alpha/beta
73
+ # releases to run
74
+ - python-version: 3.13
75
os: ubuntu-22.04
76
experimental: true
77
0 commit comments