Skip to content

Commit

Permalink
use release version of python 3.13 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Oct 11, 2024
1 parent 944a22a commit e14ef40
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check and publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# https://github.com/actions/python-versions/pull/312
python_version: ["3.9", "3.13.0-rc.3"]
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 @@ -35,8 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# https://github.com/actions/python-versions/pull/312
python_version: ["3.9", "3.13.0-rc.3"]
python_version: ["3.9", "3.13"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e14ef40

Please sign in to comment.