Add supported python versions

This commit is contained in:
Andrei Betlen 2023-04-05 04:43:19 -04:00
parent 17fdd1547c
commit c177c807e5

View file

@ -19,4 +19,12 @@ setup(
"typing-extensions>=4.5.0", "typing-extensions>=4.5.0",
], ],
python_requires=">=3.7", python_requires=">=3.7",
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
) )