Skip to content

Commit b1aed0b

Browse files
author
Matthias Köppe
authored
Merge pull request #154 from saraedum/py39
Require Python 3.9
2 parents 1d06b56 + bbd1105 commit b1aed0b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest]
22-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
23-
pari-version: ['pari-2.11.4', 'pari-2.13.0', 'pari-2.15.4']
22+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13-dev']
23+
pari-version: ['pari-2.11.4', 'pari-2.13.0', 'pari-2.15.4', 'pari-2.15.5']
2424
env:
2525
LC_ALL: C
2626
PARI_VERSION: ${{ matrix.pari-version }}

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Requirements:
2525
https://doc.sagemath.org/html/en/reference/spkg/pari#spkg-pari
2626
for availability in distributions (GNU/Linux, conda-forge, Homebrew, FreeBSD),
2727
or install from source.
28-
- Python >= 3.6
28+
- Python >= 3.9
2929
- pip
3030

3131
Install cypari2 via the Python Package Index (PyPI) via

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ authors = [
1717
dependencies = [
1818
"cysignals>=1.7",
1919
]
20+
requires-python = ">=3.9"
2021
readme = "README.rst"
2122
license = {text = "GNU General Public License, version 2 or later"}
2223
keywords = ["PARI/GP number theory"]

0 commit comments

Comments
 (0)