@@ -3,7 +3,7 @@ name = "python-flint"
3
3
description = " Bindings for FLINT"
4
4
version = " 0.7.0a5"
5
5
# This needs to be in sync with README, cibuildwheel and CI config.
6
- requires-python = " >= 3.10 "
6
+ requires-python = " >= 3.11 "
7
7
authors = [
8
8
{
name =
" Fredrik Johansson" ,
email =
" [email protected] " },
9
9
]
@@ -81,14 +81,15 @@ package = "flint"
81
81
[tool .cibuildwheel ]
82
82
# requires-python needs to keep in sync with this and also the list of Python
83
83
# versions the wheels are tested against in CI.
84
- build = " cp310-* cp311-* cp312-* cp313-* pp310 -*"
84
+ build = " cp311-* cp312-* cp313-*" # pp311 -*"
85
85
skip = " *-win32 *-manylinux_i686 *-musllinux_*"
86
86
87
87
# This is needed for free-threaded wheels:
88
88
# build = "cp313t-*"
89
89
# free-threaded-support = true
90
90
91
91
manylinux-x86_64-image = " manylinux2014"
92
+ manylinux-aarch64-image = " manylinux2014"
92
93
manylinux-i686-image = " manylinux2014"
93
94
test-command = " python -c \" import flint; print(str(flint.fmpz(2)))\" "
94
95
@@ -106,7 +107,7 @@ PKG_CONFIG_PATH = "$(pwd)/.local/lib/pkgconfig"
106
107
# PKG_CONFIG_PATH = "$(pwd)/.local/lib/pkgconfig:$PKG_CONFIG_PATH"
107
108
108
109
[tool .cibuildwheel .linux ]
109
- before-all = " bin/cibw_before_all_linux .sh"
110
+ before-all = " bin/cibw_before_all_linux_$(uname -m) .sh"
110
111
111
112
[tool .cibuildwheel .macos ]
112
113
before-all = " bin/cibw_before_all_macosx_$(uname -m).sh"
0 commit comments