forked from github.com/blag
eclude py38 on windows
This commit is contained in:
4
.github/workflows/python-package.yaml
vendored
4
.github/workflows/python-package.yaml
vendored
@@ -21,6 +21,10 @@ jobs:
|
|||||||
- "3.9"
|
- "3.9"
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
|
exclude:
|
||||||
|
# 3.8 on windows fails due to some pip issue
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: "3.8"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user