File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ name: quitefastmst wheels
3
3
on : workflow_dispatch
4
4
5
5
env :
6
+ CIBW_SKIP : cp36-* cp37-* cp38-*
7
+ CIBW_ARCHS : all
8
+ # *-win32 *-musllinux* *-macosx_*_universal2* *win_arm64* *-manylinux_arm64 *-manylinux_i686 *-manylinux_ppc64le *-manylinux_s390x *-manylinux_aarch64
6
9
# TODO: manylinux aarch64
7
10
# TODO: macos arm64
8
- CIBW_SKIP : cp38* # *-win32 *-musllinux* *-macosx_*_universal2* *win_arm64* *-manylinux_arm64 *-manylinux_i686 *-manylinux_ppc64le *-manylinux_s390x *-manylinux_aarch64
9
11
# CIBW_TEST_SKIP: "*-macosx_arm64"
10
12
# CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
11
- CIBW_ARCHS : all
12
13
13
14
jobs :
14
15
build_wheels :
Original file line number Diff line number Diff line change @@ -152,7 +152,8 @@ def build_extensions(self):
152
152
install_requires = [
153
153
"numpy" ,
154
154
"Cython" , # not: cython
155
- ],
155
+ ],
156
+ python_requires = ">=3.9" ,
156
157
download_url = "https://github.com/gagolews/quitefastmst" ,
157
158
url = "https://quitefastmst.gagolewski.com/" ,
158
159
project_urls = {
@@ -169,7 +170,7 @@ def build_extensions(self):
169
170
"Programming Language :: Python :: 3" ,
170
171
#"Programming Language :: Python :: 3.7",
171
172
#"Programming Language :: Python :: 3.8",
172
- # "Programming Language :: Python :: 3.9",
173
+ "Programming Language :: Python :: 3.9" ,
173
174
"Programming Language :: Python :: 3.10" ,
174
175
"Programming Language :: Python :: 3.11" ,
175
176
"Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments