1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Drop support to deprecated Python (<3.6)

This commit is contained in:
Jair Henrique
2020-10-06 10:07:48 -03:00
parent 4991d3d22b
commit 08ef4a8bc4
4 changed files with 9 additions and 15 deletions

View File

@@ -46,8 +46,7 @@ install_requires = [
"PyYAML",
"wrapt",
"six>=1.5",
'yarl; python_version>="3.6"',
'yarl<1.4; python_version=="3.5"',
"yarl",
]
setup(
@@ -70,7 +69,6 @@ setup(
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",