Skip to content

Commit 69bd162

Browse files
committed
Add support Django4.2
1 parent 0a3f1f0 commit 69bd162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
extras_require={
2525
'psutil': ['psutil'],
2626
},
27-
python_requires='>=3.7.*,<4.0.*',
27+
python_requires='>=3.7,<4.0',
2828
license='MIT',
2929
zip_safe=False,
3030
classifiers=[

0 commit comments

Comments
 (0)