Skip to content

Commit 51c331e

Browse files
authored
Test and publish wheels on Python 3.13 proper, don't allow 3.13.0-rc anymore. (#698)
1 parent 0cf158a commit 51c331e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- rust-tests
6868
strategy:
6969
matrix:
70-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc - 3.13"]
70+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
7171
steps:
7272
- name: Checkout
7373
uses: actions/checkout@v4

.github/workflows/publish-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: needs.should-publish.outputs.is_new_version == 'yes'
7070
strategy:
7171
matrix:
72-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc - 3.13"]
72+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
7373
steps:
7474
- uses: actions/checkout@v4
7575
with:
@@ -119,7 +119,7 @@ jobs:
119119
if: needs.should-publish.outputs.is_new_version == 'yes'
120120
strategy:
121121
matrix:
122-
python-version: ["3.9", "3.10", "3.11", "3.12"]
122+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
123123
steps:
124124
- uses: actions/checkout@v4
125125
with:
@@ -158,7 +158,7 @@ jobs:
158158
if: needs.should-publish.outputs.is_new_version == 'yes'
159159
strategy:
160160
matrix:
161-
python-version: ["3.9", "3.10", "3.11", "3.12"]
161+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
162162
steps:
163163
- uses: actions/checkout@v4
164164
with:
@@ -198,7 +198,7 @@ jobs:
198198
if: needs.should-publish.outputs.is_new_version == 'yes'
199199
strategy:
200200
matrix:
201-
python-version: ["3.9", "3.10", "3.11", "3.12"]
201+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
202202
steps:
203203
- uses: actions/checkout@v4
204204
with:

0 commit comments

Comments
 (0)