diff --git a/.travis.yml b/.travis.yml index 4e3d01c..6e631f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - '3.4' - '3.5' - '3.6' - pypy3 diff --git a/setup.cfg b/setup.cfg index bc263a8..8bab55b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ license = LGPLv3 description-file = README.md home-page = https://github.com/Wolnosciowiec/ssh-server-audit -python_requires = >=3.6 +python_requires = >=3.5 classifier = Development Status :: 5 - Production/Stable Environment :: Web Environment