Skip to content

Commit

Permalink
test on python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Oct 8, 2024
1 parent c2fcd8e commit 5f127ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check and publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.9", "3.12"]
python_version: ["3.9", "3.13"]
# pinning macos version because apparently newer versions of macos don't work with lxml
# https://stackoverflow.com/a/76776773
os: ["ubuntu-latest", "macos-12", "windows-latest"]
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.9", "3.12"]
python_version: ["3.9", "3.13"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 5f127ff

Please sign in to comment.