Skip to content

Commit 00c4c3b

Browse files
committed
update python version requirement
1 parent 4989ff8 commit 00c4c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers =
3030
Operating System :: MacOS :: MacOS X
3131
Operating System :: POSIX :: Linux
3232
Programming Language :: Python :: 3
33-
Programming Language :: Python :: 3.7
33+
Programming Language :: Python :: 3.10
3434

3535
[options]
3636
zip_safe = False
@@ -40,7 +40,7 @@ package_dir =
4040
=src
4141

4242
# Require a min/specific Python version (comma-separated conditions)
43-
python_requires = >=3.7
43+
python_requires = >=3.10
4444

4545
# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
4646
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in

0 commit comments

Comments
 (0)