Skip to content

Commit

Permalink
Add python 3.10 to Github Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TunaLobster authored and peterbarker committed Jan 31, 2023
1 parent 896417e commit 0a2de82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
python-version: [3.8]
python-version: ["3.8", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
python-version: [3.8]
python-version: ["3.8", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0a2de82

Please sign in to comment.