We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78054c commit 0abf3deCopy full SHA for 0abf3de
setup.py
@@ -28,7 +28,7 @@ def get_version():
28
long_description_content_type="text/markdown",
29
url="https://github.com/video-db/videodb-python",
30
packages=find_packages(exclude=["tests", "tests.*"]),
31
- python_requires=">=3.8.1",
+ python_requires=">=3.8",
32
install_requires=[
33
"requests>=2.25.1",
34
"backoff>=2.2.1",
@@ -37,7 +37,7 @@ def get_version():
37
classifiers=[
38
"Intended Audience :: Developers",
39
"Programming Language :: Python :: 3",
40
- "Programming Language :: Python :: 3.8.1",
+ "Programming Language :: Python :: 3.8",
41
"Programming Language :: Python :: 3.9",
42
"Programming Language :: Python :: 3.10",
43
"Programming Language :: Python :: 3.11",
0 commit comments