From 6cf10f2562f06bffc4def4088f3159b9f2c105c0 Mon Sep 17 00:00:00 2001 From: Stuart Bishop Date: Mon, 2 Nov 2020 17:00:19 +1100 Subject: Drop Python 3.0 support from distribution metadata Python 3.0 has been untested for a while, and I doubt it works. --- src/setup.py | 1 - 1 file changed, 1 deletion(-) 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', -- cgit v1.2.1