Skip to content

Commit ecbd467

Browse files
committed
more
1 parent d09c412 commit ecbd467

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ name: quitefastmst wheels
33
on: workflow_dispatch
44

55
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
69
# TODO: manylinux aarch64
710
# TODO: macos arm64
8-
CIBW_SKIP: cp38* #*-win32 *-musllinux* *-macosx_*_universal2* *win_arm64* *-manylinux_arm64 *-manylinux_i686 *-manylinux_ppc64le *-manylinux_s390x *-manylinux_aarch64
911
#CIBW_TEST_SKIP: "*-macosx_arm64"
1012
#CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
11-
CIBW_ARCHS: all
1213

1314
jobs:
1415
build_wheels:

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ def build_extensions(self):
152152
install_requires=[
153153
"numpy",
154154
"Cython", # not: cython
155-
],
155+
],
156+
python_requires=">=3.9",
156157
download_url="https://github.com/gagolews/quitefastmst",
157158
url="https://quitefastmst.gagolewski.com/",
158159
project_urls={
@@ -169,7 +170,7 @@ def build_extensions(self):
169170
"Programming Language :: Python :: 3",
170171
#"Programming Language :: Python :: 3.7",
171172
#"Programming Language :: Python :: 3.8",
172-
#"Programming Language :: Python :: 3.9",
173+
"Programming Language :: Python :: 3.9",
173174
"Programming Language :: Python :: 3.10",
174175
"Programming Language :: Python :: 3.11",
175176
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)