Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
add python3.11 to GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Nov 15, 2022
1 parent a468f27 commit caa70b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.10", "3.9", "3.8"]
python_version: ["3.10", "3.9", "3.8", "3.11"]
runs-on: windows-latest
timeout-minutes: 5
steps:
Expand Down

0 comments on commit caa70b1

Please sign in to comment.