summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnca Iordache <aiordache@users.noreply.github.com>2021-02-09 18:21:55 +0100
committerGitHub <noreply@github.com>2021-02-09 18:21:55 +0100
commit78f5249ed0eeb80b9a86e38464c1f6858de47058 (patch)
treed03f15ecba1d7a2e97758c4f86286c6bd79d84e9
parent8615a61bd159982d3a4e8b6265e07986ff7747f3 (diff)
parent2426a5ffd57c49c257988df498f402978e9d901a (diff)
downloaddocker-py-78f5249ed0eeb80b9a86e38464c1f6858de47058.tar.gz
Merge pull request #2739 from cclauss/setup.py-py38-py39
setup.py: Add support for Python 3.8 and 3.9
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c702295..330ab3e 100644
--- a/setup.py
+++ b/setup.py
@@ -84,6 +84,8 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Topic :: Software Development',
'Topic :: Utilities',
'License :: OSI Approved :: Apache Software License',