Skip to content

Commit 3bc4ab7

Browse files
committed
Allow usage with Python 3.7
1 parent 56734fe commit 3bc4ab7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers =
2222
Programming Language :: Python
2323
Programming Language :: Python :: 3
2424
Programming Language :: Python :: 3 :: Only
25+
Programming Language :: Python :: 3.7
2526
Programming Language :: Python :: 3.8
2627
Programming Language :: Python :: 3.9
2728
Programming Language :: Python :: 3.10
@@ -30,7 +31,7 @@ classifiers =
3031
package_dir =
3132
= src
3233
packages = find:
33-
python_requires = >=3.8
34+
python_requires = >=3.7
3435
install_requires =
3536
textual >= 0.1.10
3637

0 commit comments

Comments
 (0)