Skip to content

Commit 186b61b

Browse files
committed
support up to 3.14
1 parent 3d99a80 commit 186b61b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.9", "3.13"]
24+
python-version: ["3.9", "3.14"]
2525
platform: [windows-latest, ubuntu-latest, macos-latest]
2626

2727
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ build-verbosity = 1
8282
# Note: use of PTHREAD_MUTEX_RECURSIVE_NP in DeviceThreads.h
8383
# is specific to glibc and not available in musl-libc
8484
skip = ["*-manylinux_i686", "*-musllinux*", "*-win32", "pp*"]
85-
build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
85+
build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "cp314-*"]
8686
test-requires = ["check-wheel-contents"]
8787
test-groups = ["test"]
8888
test-command = [

0 commit comments

Comments
 (0)