Skip to content

Commit

Permalink
Enforce minimum Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-horse committed Oct 10, 2024
1 parent 9bbebd2 commit d86448b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
'Programming Language :: Python :: 3.12',
],
packages=packages,
python_requires=">=3.8",
install_requires=install_requires,
setup_requires=setup_requires,
package_dir={'': 'src'},
Expand Down

0 comments on commit d86448b

Please sign in to comment.