Skip to content

Commit bddf363

Browse files
committed
Change language to describe minimum version requirement
1 parent 936d6a7 commit bddf363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# labels
22

3-
Python 3 (3.6 and above) CLI app to manage GitHub issue labels 📝
3+
Python 3 (3.6 and newer) CLI app to manage GitHub issue labels 📝
44

55
## Installation
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(*args: str) -> str:
2020
"Repository": "https://github.com/hackebrot/labels",
2121
"Issues": "https://github.com/hackebrot/labels/issues",
2222
},
23-
description="Python 3 (3.6 and above) CLI app to manage GitHub issue labels",
23+
description="Python 3 (3.6 and newer) CLI app to manage GitHub issue labels",
2424
long_description=read("README.md"),
2525
long_description_content_type="text/markdown",
2626
packages=setuptools.find_packages("src"),

0 commit comments

Comments
 (0)