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.
Summary by Copilot
This pull request includes updates to the CI configuration, dependency management, and test cases. The most important changes include adding support for Python 3.13, updating the Codecov upload conditions, and modifying the dependencies and test configuration.
CI Configuration Updates:
.github/workflows/ci_tests.yml
: Added Python 3.13 to the test matrix and updated the conditions for uploading coverage to Codecov to remove the restriction on Python version. [1] [2] [3] [4]Dependency Management:
pyproject.toml
: Added Python 3.13 to the classifiers and updated therequires-python
field to~=3.9
. Also, modified thepsycopg
dependency to include thebinary
extra. [1] [2]Test Configuration:
tests/models/test_triplestoreconfig.py
: Removed the hardcoded description and replaced it withTripleStoreConfig.__doc__
for better maintainability. [1] [2] [3]Description:
Run CI workflows for Python 3.13.
Update package metadata with Python 3.13 support.
Extend coverage uploads to include all tested Python versions.
Type of change:
Checklist for the reviewer:
This checklist should be used as a help for the reviewer.