File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22cypari2 change log
33==================
44
5- v2.2.0 (in development )
5+ v2.2.0 (release candidate )
66------
77
8- - require cysignals >= 1.11.3
8+ - Require cysignals >= 1.11.3, use the signal hook
9+ [`https://github.com/sagemath/cypari2/pull/130`] by @kliem
10+ - Require Cython >= 3.0, use the trashcan for class Gen
11+ [`https://github.com/sagemath/cypari2/pull/77`] by @jdemeyer
912
1013v2.1.5
1114------
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Requirements:
4848 or install from source.
4949- Python >= 3.9
5050- pip
51- - `cysignals <https://pypi.python.org/pypi/cysignals/ >`_ >= 1.7
51+ - `cysignals <https://pypi.python.org/pypi/cysignals/ >`_ >= 1.11.3
5252- Cython >= 3.0
5353
5454Install cypari2 via the Python Package Index (PyPI) via
Original file line number Diff line number Diff line change 1- 2.1.5
1+ 2.2.0rc1
You can’t perform that action at this time.
0 commit comments