Skip to content

Commit

Permalink
Drop 3.10 from Mac and Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maffoo committed Jul 14, 2022
1 parent ec69983 commit f9dc28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
name: Pytest Windows
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
python-version: [ '3.7', '3.8', '3.9' ]
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
Expand All @@ -259,7 +259,7 @@ jobs:
name: Pytest MacOS
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
python-version: [ '3.7', '3.8', '3.9' ]
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f9dc28f

Please sign in to comment.