Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower Python version requirement to 3.10 #230

Merged
merged 9 commits into from
Nov 12, 2024
Merged

Conversation

xen0n
Copy link
Collaborator

@xen0n xen0n commented Nov 12, 2024

Part of #229. Should have no user-visible impact.

for Python 3.10 compatibility.
The stdlib `tomllib` module was based on tomli, so pull it in for
supporting Python 3.10 and earlier versions (if needed).
Otherwise its current empty content makes pyright scream at the
conditional block below (the condition being False makes the "content"
being iterated over being Never).
@xen0n xen0n added area: infra Infra-related issues: build system, CI, etc. refactor labels Nov 12, 2024
@xen0n xen0n added this to the 0.22 milestone Nov 12, 2024
@xen0n xen0n merged commit abf3803 into ruyisdk:main Nov 12, 2024
9 checks passed
@xen0n xen0n deleted the python3.10 branch November 12, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: infra Infra-related issues: build system, CI, etc. refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant