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