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

New version 0.3.0, dropping support for Python <= 3.7 #31

Merged
merged 1 commit into from
Oct 30, 2023

Commits on Oct 30, 2023

  1. New version 0.3.0, dropping support for Python <= 3.7

    Python 3.7 and earlier reached EOL earlier this year, and many
    tools/libraries have stopped supporting those runtimes. Continuing to
    support an old runtime will be near impossible due to dependency hell.
    It is therefore only wise to follow suit.
    
    Dependencies have been upgraded, but no other changes were required in
    this project; API and ABI compatibility is maintained in this version.
    Most of the changes were in the key dependency `eds4jinja2`, so all
    benefits have been derived transitively.
    
    Like `eds4jinja2`, Python versions 3.8 and 3.11 are supported and tested
    for. Unlike `eds4jinja2`, support for Windows and Mac OS cannot be
    tested due to unavailability of or problems with `docker{-compose}` on
    those platforms. Cross-platform commitment for this project therefore
    remains informal.
    
    Additionally, license has been changed from GPL to Apache.
    
    References:
    - actions/runner#904
    - actions/runner-images#17 (comment)
    schivmeister committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d37ad79 View commit details
    Browse the repository at this point in the history