Skip to content

Commit 03184ab

Browse files
committed
Now that py38 is out, try adding py314
1 parent 34b6492 commit 03184ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2728
"Programming Language :: Python :: Implementation :: CPython",
2829
]
2930
keywords = ["complex", "math"]
@@ -37,7 +38,7 @@ dependencies = [
3738
Repository = "https://github.com/rheard/quatint"
3839

3940
[tool.cibuildwheel]
40-
build = "cp3{9,10,11,12,13}-{win,macosx,manylinux}*"
41+
build = "cp3{9,10,11,12,13,14}-{win,macosx,manylinux}*"
4142

4243
before-test = [
4344
'mkdir "{project}/temp"',

0 commit comments

Comments
 (0)