summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Vallet <b.vallet@criteo.com>2020-06-12 09:42:09 +0200
committerBastien Vallet <b.vallet@criteo.com>2020-06-12 09:42:09 +0200
commitea3336aa9821df13112e6dd7c8d337f3b31efe21 (patch)
tree50a97d9db5a2b59ec07510b0fead7f77e3ec85bc
parent616ca4aaf92cc67beb0df5b883918cbf80e88270 (diff)
downloadpytz-git-ea3336aa9821df13112e6dd7c8d337f3b31efe21.tar.gz
[compat] 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',
],
)