Skip to content

Commit

Permalink
Run tests on python 3.11 also
Browse files Browse the repository at this point in the history
Python 3.11 will be released soon, this enables running tests on the
latests beta to confirm that everything works correctly.
  • Loading branch information
aucampia committed Jun 5, 2022
1 parent 60ff2fd commit 3ad025f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-beta.3"]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- python-version: "3.7"
Expand Down

0 comments on commit 3ad025f

Please sign in to comment.