Skip to content

Commit

Permalink
removed py 3.6 from tests, added 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
glichtner authored Feb 13, 2023
1 parent 5d222d2 commit b5d9c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

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

0 comments on commit b5d9c03

Please sign in to comment.