Skip to content

Commit

Permalink
Update python requirement to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kburns committed Jan 30, 2024
1 parent 3c9c7fb commit 6344389
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 @@ -229,7 +229,7 @@ def run(self):
long_description_content_type="text/markdown",
url="http://dedalus-project.org",
classifiers=["Programming Language :: Python :: 3"],
python_requires=">=3.8",
python_requires=">=3.9",
install_requires=install_requires,
license="GPL3",
packages=setuptools.find_packages(),
Expand Down

0 comments on commit 6344389

Please sign in to comment.