We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56734fe commit 3bc4ab7Copy full SHA for 3bc4ab7
setup.cfg
@@ -22,6 +22,7 @@ classifiers =
22
Programming Language :: Python
23
Programming Language :: Python :: 3
24
Programming Language :: Python :: 3 :: Only
25
+ Programming Language :: Python :: 3.7
26
Programming Language :: Python :: 3.8
27
Programming Language :: Python :: 3.9
28
Programming Language :: Python :: 3.10
@@ -30,7 +31,7 @@ classifiers =
30
31
package_dir =
32
= src
33
packages = find:
-python_requires = >=3.8
34
+python_requires = >=3.7
35
install_requires =
36
textual >= 0.1.10
37
0 commit comments