Skip to content

Commit 5a391ae

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent af3fc18 commit 5a391ae

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
@@ -18,6 +18,7 @@ classifiers =
1818
Programming Language :: Python :: 3
1919
Programming Language :: Python :: 3 :: Only
2020
Programming Language :: Python :: 3.10
21+
Programming Language :: Python :: 3.11
2122
Topic :: Software Development :: Build Tools
2223
keywords =
2324
make
@@ -30,7 +31,7 @@ project_urls =
3031

3132
[options]
3233
install_requires =
33-
click >= 8
34+
click>=8
3435
setuptools
3536
wheel
3637
python_requires = >=3.10

0 commit comments

Comments
 (0)