Skip to content

Commit 322a60f

Browse files
committed
Add wheels for Python 3.14
1 parent d02d4cb commit 322a60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
macos-15,
9595
]
9696
# This list to be kept in sync with python-requires in pyproject.toml.
97-
python-version: ['3.11', '3.12', '3.13', '3.13t', 'pypy3.11']
97+
python-version: ['3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t', 'pypy3.11']
9898

9999
steps:
100100
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)