Skip to content

Commit 0abf3de

Browse files
committed
fix: python version
1 parent e78054c commit 0abf3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def get_version():
2828
long_description_content_type="text/markdown",
2929
url="https://github.com/video-db/videodb-python",
3030
packages=find_packages(exclude=["tests", "tests.*"]),
31-
python_requires=">=3.8.1",
31+
python_requires=">=3.8",
3232
install_requires=[
3333
"requests>=2.25.1",
3434
"backoff>=2.2.1",
@@ -37,7 +37,7 @@ def get_version():
3737
classifiers=[
3838
"Intended Audience :: Developers",
3939
"Programming Language :: Python :: 3",
40-
"Programming Language :: Python :: 3.8.1",
40+
"Programming Language :: Python :: 3.8",
4141
"Programming Language :: Python :: 3.9",
4242
"Programming Language :: Python :: 3.10",
4343
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)