Skip to content

Commit 2bf2e36

Browse files
committed
Update python_requires to Python 3.10.
Missed in #2220. Thanks @hugovk for the spot.
1 parent f2298b5 commit 2bf2e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include_package_data = True
3333
install_requires =
3434
Django>=5.2
3535
asgiref>=3.9.0,<4
36-
python_requires = >=3.9
36+
python_requires = >=3.10
3737

3838
[options.extras_require]
3939
tests =

0 commit comments

Comments
 (0)