We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab1323 commit 79b95e3Copy full SHA for 79b95e3
.github/workflows/deploy.yaml
@@ -42,10 +42,6 @@ jobs:
42
os: ubuntu-latest
43
python-version: 3.8
44
docker-image: manylinux2014_x86_64
45
- - name: manylinux 32-bit
46
- os: ubuntu-latest
47
- python-version: 3.8
48
- docker-image: manylinux2014_i686
49
50
steps:
51
- uses: actions/checkout@v2
setup.py
@@ -72,7 +72,7 @@
72
packages=['geotiepoints'],
73
# packages=find_packages(),
74
setup_requires=['numpy', 'cython'],
75
- python_requires='>=3.6',
+ python_requires='>=3.7',
76
cmdclass=cmdclass,
77
install_requires=requirements,
78
ext_modules=cythonize(EXTENSIONS),
0 commit comments