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

Commits on Sep 1, 2023

  1. Expand tested Python versions

    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 <[email protected]>
    ajnelson-nist committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9ecdb89 View commit details
    Browse the repository at this point in the history