Skip to content

Commit

Permalink
Add Python 3.11 into the matrix using workaround from actions/setup-p…
Browse files Browse the repository at this point in the history
…ython#213. Drop 3.9 from matrix for efficiency.
  • Loading branch information
jaraco committed Jun 5, 2022
1 parent 04fe68a commit a530ee3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -7,9 +7,11 @@ jobs:
strategy:
matrix:
python:
- 3.7
- 3.9
- "3.10"
# Build on pre-releases until stable, then stable releases.
# actions/setup-python#213
- ~3.7.0-0
- ~3.10.0-0
- ~3.11.0-0
platform:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit a530ee3

Please sign in to comment.