Skip to content

Commit d2f71ba

Browse files
author
Sebastian Wagner
committed
Add Python 3.14 to CI and wheels
1 parent 966cede commit d2f71ba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/REUSABLE-wheeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
platforms: all
3838

3939
- name: Build wheels
40-
uses: pypa/cibuildwheel@v2.21.3
40+
uses: pypa/cibuildwheel@v3.2.0
4141
env:
4242
# configure cibuildwheel to build native archs ('auto'), and some
4343
# emulated ones

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
max-parallel: 15
2727
matrix:
28-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
28+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
2929
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
3030
fail-fast: false
3131
env:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def get_libraries():
8484
'Programming Language :: Python :: 3.11',
8585
'Programming Language :: Python :: 3.12',
8686
'Programming Language :: Python :: 3.13',
87+
'Programming Language :: Python :: 3.14',
8788
'Programming Language :: Python :: Implementation :: CPython',
8889
'Topic :: Software Development',
8990
],

0 commit comments

Comments
 (0)