Cherry pick: Drop 3.5 host support and adapt CI configurations

This commit is contained in:
Yannick Jadoul
2020-05-03 10:37:09 +01:00
committed by Joe Rickerby
parent ffd5d44cdc
commit e2cafa487b
4 changed files with 7 additions and 18 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ setup(
'cibuildwheel': ['resources/*'],
},
# Supported python versions
python_requires='>=3.5',
python_requires='>=3.6',
keywords='ci wheel packaging pypi travis appveyor macos linux windows',
classifiers=[
'Intended Audience :: Developers',