summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2020-11-02 17:00:19 +1100
committerStuart Bishop <stuart.bishop@canonical.com>2020-11-02 17:00:19 +1100
commit6cf10f2562f06bffc4def4088f3159b9f2c105c0 (patch)
tree3d1a80262fa301b96b9251ef9df14ae9632e23d4
parent7d0205fff966f8660853b2fabdec57234f9eba3d (diff)
downloadpytz-git-6cf10f2562f06bffc4def4088f3159b9f2c105c0.tar.gz
Drop Python 3.0 support from distribution metadata
Python 3.0 has been untested for a while, and I doubt it works.
-rw-r--r--src/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/setup.py b/src/setup.py
index 9e4a424..e31ff2b 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -53,7 +53,6 @@ setup(
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',