Skip to content

Commit 034173d

Browse files
bastimeyergravyboat
authored andcommitted
ci.github: add python 3.10-dev to test runners
1 parent ab033b3 commit 034173d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ jobs:
2222
matrix:
2323
os: [ubuntu-20.04, windows-latest]
2424
python: [3.6, 3.7, 3.8, 3.9]
25-
# include:
26-
# - python: X.Y-dev
27-
# continue: true
25+
include:
26+
- python: 3.10-dev
27+
os: ubuntu-20.04
28+
continue: true
29+
- python: 3.10-dev
30+
os: windows-latest
31+
continue: true
2832
runs-on: ${{ matrix.os }}
2933
timeout-minutes: 60
3034
steps:

0 commit comments

Comments
 (0)