We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e59716 commit 9e24c16Copy full SHA for 9e24c16
pyproject.toml
@@ -1,7 +1,8 @@
1
[project]
2
name = "python-flint"
3
-description = "Bindings for FLINT and Arb"
+description = "Bindings for FLINT"
4
version = "0.7.0a4"
5
+requires-python = ">= 3.9"
6
urls = {Homepage = "https://github.com/flintlib/python-flint"}
7
authors = [
8
{name = "Fredrik Johansson", email = "[email protected]"},
@@ -54,6 +55,8 @@ package = "flint"
54
55
]
56
57
[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.
60
build = "cp39-* cp310-* cp311-* cp312-*"
61
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
62
manylinux-x86_64-image = "manylinux2014"
0 commit comments