Skip to content

ci: support python310 tomli#3590

Merged
wjones127 merged 1 commit intolance-format:mainfrom
Jay-ju:fix_check_version
Mar 24, 2025
Merged

ci: support python310 tomli#3590
wjones127 merged 1 commit intolance-format:mainfrom
Jay-ju:fix_check_version

Conversation

@Jay-ju
Copy link
Copy Markdown
Contributor

@Jay-ju Jay-ju commented Mar 24, 2025

Python 3.11 and later versions natively support tomllib, but lower versions require third-party libraries like tomli or toml.
For example:

# Python 3.11+ (built-in)
import tomllib

# For Python <3.11:
# First install: pip install tomli
import tomli as tomllib

@github-actions
Copy link
Copy Markdown
Contributor

ACTION NEEDED
Lance follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

For details on the error please inspect the "PR Title Check" action.

@Jay-ju Jay-ju changed the title [bug] support python310 tomli fix: support python310 tomli Mar 24, 2025
@github-actions github-actions Bot added the bug Something isn't working label Mar 24, 2025
@wjones127 wjones127 changed the title fix: support python310 tomli ci: support python310 tomli Mar 24, 2025
@wjones127 wjones127 merged commit a49913f into lance-format:main Mar 24, 2025
9 of 13 checks passed
@github-actions github-actions Bot added the ci Github Action or Test issues label Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ci Github Action or Test issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants