We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba20eb4 commit 54775a2Copy full SHA for 54775a2
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = zxpy
3
-version = 1.5.2
+version = 1.6.0
4
description = Shell scripts made simple
5
long_description = file: README.md
6
long_description_content_type = text/markdown
@@ -14,7 +14,6 @@ classifiers =
14
Operating System :: OS Independent
15
Programming Language :: Python :: 3
16
Programming Language :: Python :: 3 :: Only
17
- Programming Language :: Python :: 3.6
18
Programming Language :: Python :: 3.7
19
Programming Language :: Python :: 3.8
20
Programming Language :: Python :: 3.9
@@ -24,7 +23,7 @@ classifiers =
24
23
25
[options]
26
py_modules = zx
27
-python_requires = >=3.6
+python_requires = >=3.7
28
29
[options.entry_points]
30
console_scripts =
0 commit comments