summaryrefslogtreecommitdiffstats
path: root/awxkit
diff options
context:
space:
mode:
authorYanis Guenane <yguenane@gmail.com>2020-12-07 13:00:49 +0100
committerYanis Guenane <yguenane@gmail.com>2021-03-24 21:02:32 +0100
commite04e4e8c85e31d6add061328c11420eac7c8b733 (patch)
treef9272b9beb2eaa38eb232b6eae117bab8b64f4be /awxkit
parentMerge pull request #9201 from amolgautam25/issue_5057 (diff)
downloadawx-e04e4e8c85e31d6add061328c11420eac7c8b733.tar.xz
awx-e04e4e8c85e31d6add061328c11420eac7c8b733.zip
Python: Bump to python 3.8
Diffstat (limited to 'awxkit')
-rw-r--r--awxkit/setup.py4
-rw-r--r--awxkit/tox.ini2
2 files changed, 3 insertions, 3 deletions
diff --git a/awxkit/setup.py b/awxkit/setup.py
index 23f4e161cb..657fce0a84 100644
--- a/awxkit/setup.py
+++ b/awxkit/setup.py
@@ -67,7 +67,7 @@ setup(
'PyYAML',
'requests',
],
- python_requires=">=3.6",
+ python_requires=">=3.8",
extras_require={'formatting': ['jq'], 'websockets': ['websocket-client==0.57.0'], 'crypto': ['cryptography']},
license='Apache 2.0',
classifiers=[
@@ -79,7 +79,7 @@ setup(
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
- 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.8',
'Topic :: System :: Software Distribution',
'Topic :: System :: Systems Administration',
],
diff --git a/awxkit/tox.ini b/awxkit/tox.ini
index 42c72bd608..73c9493e1d 100644
--- a/awxkit/tox.ini
+++ b/awxkit/tox.ini
@@ -8,7 +8,7 @@ skip_missing_interpreters = true
# skipsdist = true
[testenv]
-basepython = python3.6
+basepython = python3.8
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
setenv =
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}:.