Testing with supported Python versions #188
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
orinoco/dump-things-server#188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The project's metadata indicates it support Python 3.8 to 3.12. However, it is tested only in Python 3.11 and 3.12 with Hatch
github.com/christian-monch/dump-things-server@fa9256032e/pyproject.toml (L102-L103), and only in Python 3.11 with GitHub CI
github.com/christian-monch/dump-things-server@fa9256032e/.github/workflows/run_tests.yaml (L13)Should we update the metadata of the project of the versions Python supported by the project or test the project in additional Python versions?