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

Expand tested Python versions #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ajnelson-nist
Copy link
Contributor

Python 3.7 is now past end of support. The current versions available, and their end of support dates, are listed on the python.org downloads page.

This patch meant to expand testing to run CI against the oldest and most recent active Python releases. However, nose (not updated since 2015) fails to run due to referencing collections.Callable, a construct present in Python 2.7, but absent from documentation since Python 3.3, and unable to be referenced starting in Python 3.10.

References:

Python 3.7 is now past end of support.  The current versions available,
and their end of support dates, are listed on the python.org downloads
page.

This patch meant to expand testing to run CI against the oldest and most
recent active Python releases.  However, `nose` (not updated since 2015)
fails to run due to referencing `collections.Callable`, a construct
present in Python 2.7, but absent from documentation since Python 3.3,
and unable to be referenced starting in Python 3.10.

References:
* https://docs.python.org/2.7/library/collections.html
* https://docs.python.org/3.2/library/collections.html
* https://docs.python.org/3.3/library/collections.html
* https://www.python.org/downloads/

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
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

Successfully merging this pull request may close these issues.

None yet

1 participant