Skip to content

Commit

Permalink
setup: maintain compatibility with Python 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
  • Loading branch information
noxdafox committed Nov 17, 2024
1 parent 3f979a8 commit 8520472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def package_version():
url="https://github.com/noxdafox/pebble",
packages=find_packages(exclude=["test"]),
long_description=open(os.path.join(CWD, 'README.rst')).read(),
python_requires=">=3.9",
python_requires=">=3.8",
classifiers=[
"Programming Language :: Python :: 3",
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 8520472

Please sign in to comment.