Skip to content

Commit

Permalink
Merge pull request #154 from saraedum/py39
Browse files Browse the repository at this point in the history
Require Python 3.9
  • Loading branch information
Matthias Köppe authored Mar 17, 2024
2 parents 1d06b56 + bbd1105 commit b1aed0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
pari-version: ['pari-2.11.4', 'pari-2.13.0', 'pari-2.15.4']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13-dev']
pari-version: ['pari-2.11.4', 'pari-2.13.0', 'pari-2.15.4', 'pari-2.15.5']
env:
LC_ALL: C
PARI_VERSION: ${{ matrix.pari-version }}
Expand Down
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.6
- Python >= 3.9
- pip

Install cypari2 via the Python Package Index (PyPI) via
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ authors = [
dependencies = [
"cysignals>=1.7",
]
requires-python = ">=3.9"
readme = "README.rst"
license = {text = "GNU General Public License, version 2 or later"}
keywords = ["PARI/GP number theory"]
Expand Down

0 comments on commit b1aed0b

Please sign in to comment.