File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1+ ==================
2+ cypari2 change log
3+ ==================
4+
5+ v2.1.3
6+ ------
7+
8+ - compatibility with PARI 2.15
9+ - compatibility with Python 3.11 [`https://github.com/sagemath/cypari2/pull/120`]
10+
11+
Original file line number Diff line number Diff line change 11CyPari 2
22========
33
4- .. image :: https://travis-ci.org/sagemath/cypari2.svg?branch=master
5- :target: https://travis-ci.org/sagemath/cypari2
64.. image :: https://readthedocs.org/projects/cypari2/badge/?version=latest
75 :target: https://cypari2.readthedocs.io/en/latest/?badge=latest
86 :alt: Documentation Status
97
108A Python interface to the number theory library `PARI/GP <http://pari.math.u-bordeaux.fr/ >`_.
119
12- This library supports both Python 2 and Python 3.
13-
1410Installation
1511------------
1612
@@ -26,7 +22,7 @@ Using pip
2622Requirements:
2723
2824- PARI/GP >= 2.9.4 (header files and library)
29- - Python 2.7 or Python >= 3.4
25+ - Python >= 3.6
3026- pip
3127- `cysignals <https://pypi.python.org/pypi/cysignals/ >`_ >= 1.7
3228- Cython >= 0.29
@@ -39,7 +35,7 @@ Install cypari2 via the Python Package Index (PyPI) via
3935
4036(the optional option *--user * allows to install cypari2 for a single user
4137and avoids using pip with administrator rights). Depending on your operating
42- system the pip command might also be called pip2 or pip3.
38+ system the pip command might also be called pip3.
4339
4440If you want to try the development version use
4541
@@ -129,13 +125,6 @@ same computations be done via
129125The complete documentation of cypari2 is available at http://cypari2.readthedocs.io and
130126the PARI/GP documentation at http://pari.math.u-bordeaux.fr/doc.html
131127
132- Changelog
133- ---------
134-
135- 2.1.3
136-
137- - compatibility with Python 3.11 [`https://github.com/sagemath/cypari2/pull/120 `]
138-
139128Contributing
140129------------
141130
You can’t perform that action at this time.
0 commit comments