New version 0.3.0, dropping support for Python <= 3.7 #31
+235
−710
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 allbenefits have been derived transitively.
Like
eds4jinja2
, Python versions 3.8 and 3.11 are supported and testedfor. Unlike
eds4jinja2
, support for Windows and Mac OS cannot betested due to unavailability of or problems with
docker{-compose}
onthose platforms. Cross-platform commitment for this project therefore
remains informal.
Additionally, license has been changed from GPL to Apache.
References: