Skip to content

Commit bf11f08

Browse files
committed
Update Python version specs in setup.cfg
1 parent 7e271e7 commit bf11f08

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

setup.cfg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages=['upcloud_api', 'upcloud_api.cloud_manager']
1111
license = MIT
1212

1313
[options]
14-
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4
14+
python_requires = >=3.6, <4
1515
setup_requires =
1616
setuptools
1717
pytest-runner
@@ -26,8 +26,5 @@ packages =
2626
upcloud_api
2727
upcloud_api.cloud_manager
2828

29-
[tox:tox]
30-
envlist = py27, py36, py37, py38, py39, pypy3
31-
3229
[bdist_wheel]
3330
universal = 1

0 commit comments

Comments
 (0)