Skip to content

Commit 5f2736d

Browse files
author
Codemation
committed
Setup min python version to 3.11.0
1 parent aae2cae commit 5f2736d

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
@@ -16,6 +16,6 @@
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
1818
],
19-
python_requires='>=3.11.14, <4',
19+
python_requires='>=3.11.0, <4',
2020
install_requires=['PyJWT==2.0.0', 'fastapi', 'uvicorn', 'websockets', 'aiohttp'],
2121
)

0 commit comments

Comments
 (0)