Skip to content

Commit

Permalink
Run tests on Python 3.11 (#88)
Browse files Browse the repository at this point in the history
hoechenberger authored Dec 13, 2022
1 parent 5b68d3b commit 6afb471
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-linter.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v3
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"] # min and max supported versions
# Adjust for min and max supported Python versions
python-version: ["3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- python-version: "3.7"

0 comments on commit 6afb471

Please sign in to comment.