[MISC]: Drop vendored tomli import when support for 3.10 is dropped #73
Labels
CI/CD
Changes to CI/CD workflows
dependencies
Pull requests that update a dependency file
maintenance
For maintenance tasks
misc
Miscellaneous (not covered by other tags)
Contact Details
No response
What happened?
Summary
In our
nox
automations, we usetomllib
in python >= 3.11 to parse thepyproject.toml
file and get dependency groups. Instead of injecting a temporarytomli
or equivalent dependency to support 3.10, PR #72 used some conditional imports andpip
'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
Footnotes
For more information, see SPEC 0, which we use as guidance for what python versions we support. ↩
The text was updated successfully, but these errors were encountered: