-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
1 parent
da037a8
commit d37ad79
Showing
8 changed files
with
235 additions
and
710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
# Testing Dependencies | ||
pytest | ||
coverage | ||
pytest-cov | ||
pytest-bdd==4.1.0 | ||
beautifulsoup4==4.9.3 # https://www.crummy.com/software/BeautifulSoup/bs4/doc/ | ||
pytest~=7.4.2 | ||
coverage~=7.3.2 | ||
pytest-cov~=4.1.0 | ||
pytest-bdd~=7.0.0 | ||
beautifulsoup4~=4.12.2 | ||
|
||
# Linting dependencies | ||
flake8 | ||
flake8~=6.1.0 | ||
|
||
# Documentation Dependencies | ||
sphinx | ||
recommonmark | ||
sphinx~=7.1.2 | ||
recommonmark~=0.7.1 | ||
|
||
# pipy publishing | ||
twine | ||
setuptools | ||
wheel | ||
|
||
twine~=4.0.2 | ||
setuptools~=68.2.2 | ||
wheel~=0.41.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
eds4jinja2 | ||
Click | ||
pathlib | ||
rdflib | ||
sparqlwrapper | ||
|
||
importlib-resources==5.4.0 | ||
eds4jinja2~=0.2.0 | ||
click~=8.1.7 | ||
pathlib~=1.0.1 | ||
rdflib~=7.0.0 | ||
SPARQLWrapper~=2.0.0 | ||
importlib-resources~=6.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters