Skip to content

Consider dropping support for older versions of Python #35

@tkw1536

Description

@tkw1536

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions