Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider dropping support for older versions of Python #35

Open
tkw1536 opened this issue May 21, 2020 · 1 comment
Open

Consider dropping support for older versions of Python #35

tkw1536 opened this issue May 21, 2020 · 1 comment

Comments

@tkw1536
Copy link
Member

tkw1536 commented May 21, 2020

When making a PR I noticed that tests for older python versions are broken. In particular in Python2 the following test fails:

File "/home/travis/build/OpenMath/py-openmath/openmath/convert_pickle.py", line 14, in openmath.convert_pickle
Failed example:
    to_openmath('coucou')
Expected:
    OMString(string='coucou', id=None)
Got:
    OMBytes(bytes='coucou', id=None)

(see https://travis-ci.org/github/OpenMath/py-openmath/jobs/689618027#L207

Furthermore the Python 3.3 and Python 3.4 tests are failing because the python binaries can not be installed on Travis anymore.

We should consider if we want to keep supporting or testing these old versions of Python, in particular as all of them have reached end of life.

@slel
Copy link

slel commented Jul 30, 2021

NumPy has a "time window-based" policy for Python version support,
described in NumPy Enhancement proposal 29:

SageMath is proposing to adopt it too:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants