Skip to content

Commit 2ea459a

Browse files
committed
Support Python 3.14
1 parent f8b40d2 commit 2ea459a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
env:
19-
CIBW_BUILD: cp311-* cp312-* cp313-*
19+
CIBW_BUILD: cp311-* cp312-* cp313-* cp314-*
2020
CIBW_TEST_EXTRAS: test
2121
CIBW_TEST_COMMAND: >
2222
pytest {project}

0 commit comments

Comments
 (0)