Skip to content

Commit

Permalink
remove py3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Mar 24, 2019
1 parent c7661e8 commit 690875b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -140,7 +140,6 @@ def __getattr__(self, item: str):
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"Operating System :: Unix",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
]
Expand All @@ -150,7 +149,7 @@ def __getattr__(self, item: str):
SETUP_REQUIRES = ['pytest-runner', 'ruamel.yaml']
TESTS_REQUIRE = ['pytest']
setup(
python_requires='~=3.5',
python_requires='~=3.6',
name=PKG_NAME,
description=SHORT_DESCRIPTION,
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 690875b

Please sign in to comment.