Skip to content

Commit 9e24c16

Browse files
committed
Add requires-python >= 3.9 sinve 3.8 is untested
1 parent 2e59716 commit 9e24c16

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
@@ -1,7 +1,8 @@
11
[project]
22
name = "python-flint"
3-
description = "Bindings for FLINT and Arb"
3+
description = "Bindings for FLINT"
44
version = "0.7.0a4"
5+
requires-python = ">= 3.9"
56
urls = {Homepage = "https://github.com/flintlib/python-flint"}
67
authors = [
78
{name = "Fredrik Johansson", email = "[email protected]"},
@@ -54,6 +55,8 @@ package = "flint"
5455
]
5556

5657
[tool.cibuildwheel]
58+
# requires-python needs to keep in sync with this and also the list of Python
59+
# versions the wheels are tested against in CI.
5760
build = "cp39-* cp310-* cp311-* cp312-*"
5861
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
5962
manylinux-x86_64-image = "manylinux2014"

0 commit comments

Comments
 (0)