Skip to content

Commit 5e09f4c

Browse files
authored
Merge pull request #57 from DavidCain/pypi-classifiers
Update PyPI classifiers to supported Py versions
2 parents 10d8c0a + ee8252f commit 5e09f4c

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)