Skip to content

Commit 2dcf1f1

Browse files
committed
set python_requires to >=3.9
1 parent 90615a8 commit 2dcf1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"Programming Language :: Python :: 3.10",
4141
"Programming Language :: Python :: 3.11",
4242
],
43-
python_requires=">=3.8",
43+
python_requires=">=3.9",
4444
packages=["ffmpeg_bitrate_stats"],
4545
install_requires=["numpy", "pandas", "plotille"],
4646
include_package_data=True,

0 commit comments

Comments
 (0)