Skip to content

Commit

Permalink
Require only Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum authored Feb 1, 2024
1 parent 627f8f8 commit af0aa5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Requirements:
https://doc.sagemath.org/html/en/reference/spkg/pari#spkg-pari
for availability in distributions (GNU/Linux, conda-forge, Homebrew, FreeBSD),
or install from source.
- Python >= 3.9
- Python >= 3.8
- pip

Install cypari2 via the Python Package Index (PyPI) via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def run(self):
setup(
name='cypari2',
version=VERSION,
python_requires=">=3.9",
python_requires=">=3.8",
install_requires=['cysignals>=1.7'],
description="A Python interface to the number theory library PARI/GP",
long_description=README,
Expand Down

0 comments on commit af0aa5f

Please sign in to comment.