Skip to content

Commit d837fb3

Browse files
committed
more tests for ubuntu-22.04 and 3.11-dev rather than explicit ver
1 parent 07f935d commit d837fb3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
max-parallel: 4
2525
matrix:
2626
# Run in all these versions of Python
27-
python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6", "3.11.0-rc.1" ]
27+
python-version: [ "3.10", "3.11-dev" ]
28+
# python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6", "3.11-dev" ]
2829
# use for multiple os or ubuntu versions
2930
#os: [ubuntu-latest, macos-latest, windows-latest]
3031
# if the ones above fail. fail the build
@@ -33,7 +34,10 @@ jobs:
3334
# example: if 3.12 fails the jobs still succeeds
3435
# - python-version: 3.12
3536
# experimental: true
36-
- python-version: [ "3.10", "3.8" ]
37+
- python-version: "3.10"
38+
runs-on: ubuntu-22.04
39+
experimental: true
40+
- python-version: "3.11-dev"
3741
runs-on: ubuntu-22.04
3842
experimental: true
3943

0 commit comments

Comments
 (0)