Skip to content

Commit d86448b

Browse files
committed
Enforce minimum Python version
1 parent 9bbebd2 commit d86448b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
'Programming Language :: Python :: 3.12',
7272
],
7373
packages=packages,
74+
python_requires=">=3.8",
7475
install_requires=install_requires,
7576
setup_requires=setup_requires,
7677
package_dir={'': 'src'},

0 commit comments

Comments
 (0)