-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
CI/CDChanges to CI/CD workflowsChanges to CI/CD workflowsdependenciesPull requests that update a dependency filePull requests that update a dependency filemaintenanceFor maintenance tasksFor maintenance tasksmiscMiscellaneous (not covered by other tags)Miscellaneous (not covered by other tags)
Description
Contact Details
No response
What happened?
Summary
In our nox automations, we use tomllib in python >= 3.11 to parse the pyproject.toml file and get dependency groups. Instead of injecting a temporary tomli or equivalent dependency to support 3.10, PR #72 used some conditional imports and pip's vendored tomli version.
This is an unstable hack, really only meant to survive until we drop support for Python 3.10 soon.1
Code of Conduct
- I agree to follow this project's Code of Conduct
Footnotes
Metadata
Metadata
Assignees
Labels
CI/CDChanges to CI/CD workflowsChanges to CI/CD workflowsdependenciesPull requests that update a dependency filePull requests that update a dependency filemaintenanceFor maintenance tasksFor maintenance tasksmiscMiscellaneous (not covered by other tags)Miscellaneous (not covered by other tags)