Skip to content

Commit 79b95e3

Browse files
committed
Drop 32-bit linux builds
Scipy no longer provides 32-bit wheels
1 parent 5ab1323 commit 79b95e3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
os: ubuntu-latest
4343
python-version: 3.8
4444
docker-image: manylinux2014_x86_64
45-
- name: manylinux 32-bit
46-
os: ubuntu-latest
47-
python-version: 3.8
48-
docker-image: manylinux2014_i686
4945

5046
steps:
5147
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
packages=['geotiepoints'],
7373
# packages=find_packages(),
7474
setup_requires=['numpy', 'cython'],
75-
python_requires='>=3.6',
75+
python_requires='>=3.7',
7676
cmdclass=cmdclass,
7777
install_requires=requirements,
7878
ext_modules=cythonize(EXTENSIONS),

0 commit comments

Comments
 (0)