Skip to content

Commit

Permalink
Test on Python 3.12 (#112)
Browse files Browse the repository at this point in the history
Fixes #109
  • Loading branch information
hoechenberger authored Dec 11, 2023
1 parent fbed704 commit efc819b
Show file tree
Hide file tree
Showing 2 changed files with 2 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
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
python-version: ["3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
# Adjust for min and max supported Python versions
python-version: ["3.11"]
python-version: ["3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- python-version: "3.8"
Expand Down

0 comments on commit efc819b

Please sign in to comment.