Skip to content

Commit

Permalink
Add cp313 to GA; remove cp38
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Dec 12, 2024
1 parent 6f9ad3e commit dbdf654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
cibw_archs: ["AMD64", "x86", "ARM64"]
exclude:
- os: windows-latest
cibw_build: "cp38-*"
cibw_archs: "ARM64"
env:
PYTHON: 3.12
Expand Down Expand Up @@ -116,7 +115,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
cibw_archs: ["x86_64", "i686", "aarch64", "ppc64le"]
env:
PYTHON: 3.12
Expand Down Expand Up @@ -164,7 +163,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-13]
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
cibw_archs: ["x86_64"]
env:
PYTHON: 3.12
Expand Down Expand Up @@ -205,7 +204,7 @@ jobs:
strategy:
matrix:
os: [macos-13]
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
cibw_archs: ["arm64"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit dbdf654

Please sign in to comment.