Skip to content

Commit 3df3a3e

Browse files
committed
add P3.9 build to the matrix
1 parent 01f6092 commit 3df3a3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ jobs:
1717
strategy:
1818
matrix:
1919
platform: [ubuntu-latest, macos-latest, windows-latest]
20-
python-version: ["3.7", "3.8", "3.10"]
20+
python-version: ["3.7", "3.8", "3.9", "3.10"]
2121
exclude:
2222
- platform: ubuntu-latest
2323
python-version: "3.7"
2424
- platform: windows-latest
2525
python-version: "3.8"
26+
- platform: windows-latest
27+
python-version: "3.9"
2628
- platform: windows-latest
2729
python-version: "3.10"
2830
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)