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 d29c1aa commit 9a93eceCopy full SHA for 9a93ece
.github/workflows/ci-test.yml
@@ -55,13 +55,13 @@ jobs:
55
experimental: [false]
56
57
include:
58
- # example: if 3.12 fails the jobs still succeeds
59
- - python-version: 3.12
60
- experimental: [true]
61
- # version 2.7 not available on unbuntu-22.04 github
62
- # - python-version: 2.7
63
- # os: ubuntu-22.04
64
- # experimental: true
+ # example: if 3.12 fails the jobs still succeeds
+ - python-version: 3.12
+ experimental: [true]
+ # version 2.7 not available on unbuntu-22.04 github
+ # - python-version: 2.7
+ # os: ubuntu-22.04
+ # experimental: true
65
- python-version: 3.11-dev
66
os: ubuntu-22.04
67
experimental: [true]
0 commit comments