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 807f237 commit 07f935dCopy full SHA for 07f935d
.github/workflows/ci-test.yml
@@ -29,10 +29,13 @@ jobs:
29
#os: [ubuntu-latest, macos-latest, windows-latest]
30
# if the ones above fail. fail the build
31
experimental: [false]
32
- #include:
+ include:
33
# example: if 3.12 fails the jobs still succeeds
34
# - python-version: 3.12
35
# experimental: true
36
+ - python-version: [ "3.10", "3.8" ]
37
+ runs-on: ubuntu-22.04
38
+ experimental: true
39
40
env:
41
# get colorized pytest output even without a controlling tty
0 commit comments