Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from ansible-community/foo
Browse files Browse the repository at this point in the history
Require python >= 3.6
  • Loading branch information
ssbarnea committed Sep 30, 2020
2 parents 3aee6f1 + d6a0161 commit 58f157a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ classifiers =
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8

Topic :: System :: Systems Administration
Topic :: Utilities
Expand All @@ -54,7 +53,7 @@ keywords =

[options]
use_scm_version = True
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
python_requires = >=3.6
packages = find:
include_package_data = True
zip_safe = False
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
minversion = 3.9.0
envlist = lint,packaging,py27,py35,py36,py37,py38,devel
envlist = lint,packaging,py36,py37,py38,devel
skipsdist = True
skip_missing_interpreters = True
isolated_build = True
Expand Down

0 comments on commit 58f157a

Please sign in to comment.