Skip to content

Commit dbdf654

Browse files
committed
Add cp313 to GA; remove cp38
1 parent 6f9ad3e commit dbdf654

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/build_wheels.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@ jobs:
6464
fail-fast: false
6565
matrix:
6666
os: [windows-latest]
67-
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
67+
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
6868
cibw_archs: ["AMD64", "x86", "ARM64"]
6969
exclude:
7070
- os: windows-latest
71-
cibw_build: "cp38-*"
7271
cibw_archs: "ARM64"
7372
env:
7473
PYTHON: 3.12
@@ -116,7 +115,7 @@ jobs:
116115
fail-fast: false
117116
matrix:
118117
os: [ubuntu-latest]
119-
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
118+
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
120119
cibw_archs: ["x86_64", "i686", "aarch64", "ppc64le"]
121120
env:
122121
PYTHON: 3.12
@@ -164,7 +163,7 @@ jobs:
164163
fail-fast: false
165164
matrix:
166165
os: [macos-13]
167-
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
166+
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
168167
cibw_archs: ["x86_64"]
169168
env:
170169
PYTHON: 3.12
@@ -205,7 +204,7 @@ jobs:
205204
strategy:
206205
matrix:
207206
os: [macos-13]
208-
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
207+
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
209208
cibw_archs: ["arm64"]
210209

211210
steps:

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [ubuntu-latest, macos-13, windows-latest]
28-
python-version: ["3.9", "3.10", "3.11", "3.12"]
28+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2929
env:
3030
OS: ${{ matrix.os }}
3131
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)