Skip to content

Commit 0e4e0db

Browse files
authored
ci: remove python 3.13 until pyo3 is upgraded (#448)
1 parent d44b2c7 commit 0e4e0db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
manylinux: auto
5858
target: ${{ matrix.platform }}
5959
command: build
60-
args: --release --sdist -o dist -i 3.9 3.10 3.11 3.12 3.13
60+
args: --release --sdist -o dist -i 3.9 3.10 3.11 3.12
6161

6262
- name: Upload wheels
6363
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 4.6.1
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
matrix:
7676
target: [x64]
77-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
77+
python-version: ['3.9', '3.10', '3.11', '3.12']
7878
steps:
7979
- name: Harden Runner
8080
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
@@ -107,7 +107,7 @@ jobs:
107107
attestations: write # persist the attestation
108108
strategy:
109109
matrix:
110-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
110+
python-version: ['3.9', '3.10', '3.11', '3.12']
111111
target: ['universal2', 'x86_64-apple-darwin']
112112
steps:
113113
- name: Harden Runner

0 commit comments

Comments
 (0)