Skip to content

Commit

Permalink
don't test on 3.9 til pytest is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Feb 10, 2022
1 parent 0b2ea62 commit c41848e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -19,7 +19,8 @@ jobs:
- ubuntu-latest # ubuntu-18.04
# - macos-latest # macOS-10.14
# - windows-latest # windows-2019
python-version: ["3.7", "3.8", "3.9", "3.10"]
# python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.10"]
exclude:
- platform: windows-latest
python-version: "3.10"
Expand Down

0 comments on commit c41848e

Please sign in to comment.