Skip to content

Commit 96b94e5

Browse files
committed
chore: change spec for 3.13.
I have it set up so I can just use 3.13 as the version and it will pull alphas. no need for -alpha in spec. [skip travis]
1 parent 88c1725 commit 96b94e5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ jobs:
6868
experimental: [ false ]
6969

7070
include:
71-
# example: if 3.12 fails the jobs still succeeds
72-
- python-version: 3.13-alpha
71+
# example: if 3.13 fails the jobs still succeeds
72+
# allow-prereleases in setup-python allows alpha/beta
73+
# releases to run
74+
- python-version: 3.13
7375
os: ubuntu-22.04
7476
experimental: true
7577

0 commit comments

Comments
 (0)