Skip to content

Commit

Permalink
Add Python 3.13 to the release matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Oct 16, 2024
1 parent 80a1c60 commit dc7cd27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
manylinux: auto
target: ${{ matrix.platform }}
command: build
args: --release --sdist -o dist -i 3.8 3.9 3.10 3.11 3.12
args: --release --sdist -o dist -i 3.8 3.9 3.10 3.11 3.12 3.13

- name: Upload wheels
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
Expand All @@ -74,7 +74,7 @@ jobs:
strategy:
matrix:
target: [x64]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
attestations: write # persist the attestation
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
target: ['universal2', 'x86_64-apple-darwin']
steps:
- name: Harden Runner
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:

- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
toolchain: "1.73.0"
toolchain: "stable"

- name: Set up Python 3.8
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Expand Down

0 comments on commit dc7cd27

Please sign in to comment.