summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStub <stuart@stuartbishop.net>2020-06-15 16:45:51 +1000
committerGitHub <noreply@github.com>2020-06-15 16:45:51 +1000
commit13b50052488150498a6bef400a39ca507ca1e8a8 (patch)
tree50a97d9db5a2b59ec07510b0fead7f77e3ec85bc
parent616ca4aaf92cc67beb0df5b883918cbf80e88270 (diff)
parentea3336aa9821df13112e6dd7c8d337f3b31efe21 (diff)
downloadpytz-git-13b50052488150498a6bef400a39ca507ca1e8a8.tar.gz
Add python 3.7 and 3.8 to the compatibility list
-rw-r--r--src/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/setup.py b/src/setup.py
index fa9a592..a1fb2f9 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -61,6 +61,8 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)