Remove 3.6 support / discontinue less available platforms (#1267)

* Remove redundant systems

* Drop it from the docs

* Remove the packaging info about the legacy systems

* Fix some typos

* Drop support for python 3.6
This commit is contained in:
Batuhan Taskaya
2022-01-14 19:49:05 +03:00
committed by GitHub
parent 87629706c9
commit cd877a5e08
24 changed files with 13 additions and 646 deletions

View File

@ -84,7 +84,7 @@ setup(
'httpie = httpie.manager.__main__:main',
],
},
python_requires='>=3.6',
python_requires='>=3.7',
extras_require=extras_require,
install_requires=install_requires,
classifiers=[