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

Update tested and supported Python versions #966

Merged
merged 1 commit into from
Dec 16, 2019

Commits on Dec 13, 2019

  1. Update tested and supported Python versions

    - Drop 3.4 (due to end-of-life) and add 3.7 and 3.8 to tox, travis
    and appveyor configuration for automated testing.
    - Adapt classifiers in setup.py accordingly.
    - Add python_requires field in setup.py to reflect supported
    versions. This will prevent pip from trying to install tuf on
    a non-supported version.
    
    Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
    lukpueh committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    f7a0685 View commit details
    Browse the repository at this point in the history