Skip to content

Commit

Permalink
Drop 32-bit linux builds
Browse files Browse the repository at this point in the history
Scipy no longer provides 32-bit wheels
  • Loading branch information
djhoese committed Jun 8, 2022
1 parent 5ab1323 commit 79b95e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yaml
Expand Up @@ -42,10 +42,6 @@ jobs:
os: ubuntu-latest
python-version: 3.8
docker-image: manylinux2014_x86_64
- name: manylinux 32-bit
os: ubuntu-latest
python-version: 3.8
docker-image: manylinux2014_i686

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -72,7 +72,7 @@
packages=['geotiepoints'],
# packages=find_packages(),
setup_requires=['numpy', 'cython'],
python_requires='>=3.6',
python_requires='>=3.7',
cmdclass=cmdclass,
install_requires=requirements,
ext_modules=cythonize(EXTENSIONS),
Expand Down

0 comments on commit 79b95e3

Please sign in to comment.