Skip to content

Commit

Permalink
readthedocs needs python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeckers committed Sep 20, 2023
1 parent 97899ac commit c21bb02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,12 @@
'and tool-independent.',
long_description=long_description,
long_description_content_type="text/x-rst",
python_requires='>=3.9',
python_requires='>=3.8',
install_requires=['numpy', 'packaging'],
data_files = [("", ["LICENSE"])],
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit c21bb02

Please sign in to comment.