Skip to content

Commit ee8252f

Browse files
committed
Update PyPI classifiers to supported Py versions
Recent commits changed CI to only run Python 3.6 through 3.9: - 3beb813 - 1800082 Additionally, the 0.2.6 release states that only versions 3.6 and up are supported. Python 2.7 and 3.5 are both EOL (Python 3.6 will lose support in December of this year), so it's helpful to not support them anymore. Adding these classifiers can help those who are inspecting the package on PyPI and trying to figure out which versions of Python they can use.
1 parent 10d8c0a commit ee8252f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

release-history.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Release and Version History
1414

1515
**Miscellaneous**
1616

17+
- Update PyPI classifiers to reflect supported Python versions (3.6 through 3.9)
18+
1719

1820
0.2.6 (2021-06-07)
1921
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@
118118
"Operating System :: MacOS",
119119
"Operating System :: Unix",
120120
"Programming Language :: Python",
121-
"Programming Language :: Python :: 2.7",
122-
"Programming Language :: Python :: 3.4",
123-
"Programming Language :: Python :: 3.5",
124121
"Programming Language :: Python :: 3.6",
122+
"Programming Language :: Python :: 3.7",
123+
"Programming Language :: Python :: 3.8",
124+
"Programming Language :: Python :: 3.9",
125125
]
126126
"""
127127
Full list can be found at: https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)