Drop 3.5 host support and adapt CI configurations

This commit is contained in:
Yannick Jadoul
2020-05-06 23:57:00 +02:00
parent 1a765ac431
commit 575e229514
5 changed files with 20 additions and 31 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',