Skip to content

Commit 11f6abe

Browse files
committed
cibuildwheel: build only cp38 to cp312
1 parent 5d068ce commit 11f6abe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classifiers = [
4242
"Topic :: Software Development :: Widget Sets",
4343
"Topic :: Utilities",
4444
]
45-
requires-python = ">=3.8, <=3.12" # Upper limit will be removed when dropping Python 3.8 support
45+
requires-python = ">=3.8, <4"
4646
dependencies = [
4747
"guidata>=3.6.1",
4848
"PythonQwt>=0.12.1",
@@ -107,3 +107,6 @@ line-ending = "auto" # Like Black, automatically detect the appropr
107107

108108
[tool.ruff.lint.per-file-ignores]
109109
"doc/*" = ["E402"]
110+
111+
[tool.cibuildwheel]
112+
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]

0 commit comments

Comments
 (0)