Skip to content

Commit 0569518

Browse files
committed
Add Python 3.13 to the build matrix
1 parent 9e24c16 commit 0569518

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
fail-fast: false
108108
matrix:
109109
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]
110-
python-version: ['3.9', '3.10', '3.11', '3.12']
110+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13-dev']
111111

112112
steps:
113113
- uses: actions/setup-python@v5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ package = "flint"
5757
[tool.cibuildwheel]
5858
# requires-python needs to keep in sync with this and also the list of Python
5959
# versions the wheels are tested against in CI.
60-
build = "cp39-* cp310-* cp311-* cp312-*"
60+
build = "cp39-* cp310-* cp311-* cp312-* cp313-*"
6161
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
6262
manylinux-x86_64-image = "manylinux2014"
6363
manylinux-i686-image = "manylinux2014"

0 commit comments

Comments
 (0)