sagemath / cypari2

Python interface to the number theory library PARI/GP. Source repository for https://pypi.org/project/cypari2/
https://cypari2.readthedocs.io/en/latest/
GNU General Public License v2.0
30 stars 28 forks source link

Test with all supported versions of Python #155

Closed saraedum closed 6 months ago

saraedum commented 8 months ago

that have not reached their end of life, see https://endoflife.date/python

saraedum commented 8 months ago

@tornaria, some problems seem to have been fixed with Python 3.8 but tests still fail with 3.8. Not sure whether the easiest path forward is just to require 3.9 officially after all?