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

enforce min py3.9 for setboard. create init.py in board-stubs #9368

Merged
merged 3 commits into from
Jun 23, 2024

Conversation

FoamyGuy
Copy link
Collaborator

@FoamyGuy FoamyGuy commented Jun 23, 2024

resolves: #9363

Prints a more sensible error message for python version too low (supports min version 3.9)

Creates __init__.py inside of circuitpython-stubs/board/ and circuitpython-stubs/board_definitions/ at the end of the stubs build which allows resources.files("board-stubs") to succeed during circuitpython_setboard

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dhalbert dhalbert merged commit 3aa12b6 into adafruit:main Jun 23, 2024
523 checks passed
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.

circuitpython_setboard command python version support
2 participants