Skip to content

Commit 3f051e8

Browse files
committed
Update Python version trove classifiers
This commit drops the Python 2.6 trove classifier and adds classifiers for Python 3.8-3.10, to reflect which versions the automated tests run on. (The code may still work with Python 2.6 but it's not officially supported.)
1 parent dc123ba commit 3f051e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,16 @@ def run(self):
6464
'Intended Audience :: Developers',
6565
'License :: OSI Approved :: MIT License',
6666
'Programming Language :: Python :: 2',
67-
'Programming Language :: Python :: 2.6',
6867
'Programming Language :: Python :: 2.7',
6968
'Programming Language :: Python :: 3',
7069
'Programming Language :: Python :: 3.3',
7170
'Programming Language :: Python :: 3.4',
7271
'Programming Language :: Python :: 3.5',
7372
'Programming Language :: Python :: 3.6',
7473
'Programming Language :: Python :: 3.7',
74+
'Programming Language :: Python :: 3.8',
75+
'Programming Language :: Python :: 3.9',
76+
'Programming Language :: Python :: 3.10',
7577
'Topic :: Software Development :: Testing'
7678
]
7779
)

0 commit comments

Comments
 (0)