Skip to content

Fix tomllib import error on Python 3.10#6

Merged
samuelduchesne merged 1 commit intomainfrom
claude/fix-tomllib-import-etS9N
Feb 24, 2026
Merged

Fix tomllib import error on Python 3.10#6
samuelduchesne merged 1 commit intomainfrom
claude/fix-tomllib-import-etS9N

Conversation

@samuelduchesne
Copy link
Copy Markdown
Contributor

tomllib is only available in the standard library from Python 3.11+.
Since the project supports Python >=3.10, use the tomli backport
package as a fallback when running on Python 3.10.

https://claude.ai/code/session_01Tzo8wK29J226UkmuZQ1DSE

tomllib is only available in the standard library from Python 3.11+.
Since the project supports Python >=3.10, use the tomli backport
package as a fallback when running on Python 3.10.

https://claude.ai/code/session_01Tzo8wK29J226UkmuZQ1DSE
@samuelduchesne samuelduchesne merged commit 12fdf5d into main Feb 24, 2026
19 checks passed
@samuelduchesne samuelduchesne deleted the claude/fix-tomllib-import-etS9N branch February 24, 2026 03:51
@samuelduchesne samuelduchesne restored the claude/fix-tomllib-import-etS9N branch February 24, 2026 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants