Skip to content

Commit 654772f

Browse files
committed
Yes
1 parent c619498 commit 654772f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.cfg

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ classifiers =
1919
Programming Language :: Python
2020
Programming Language :: Python :: 3
2121
Programming Language :: Python :: 3 :: Only
22-
Programming Language :: Python :: 3.8
23-
Programming Language :: Python :: 3.9
24-
Programming Language :: Python :: 3.10
22+
Programming Language :: Python :: 3.11
2523

2624
[options]
2725
packages = find:
28-
python_requires = >=3.8
26+
python_requires = >=3.11
2927
include_package_data = True
3028
zip_safe = False
3129

0 commit comments

Comments
 (0)