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

Support more Python versions #157

Merged
merged 12 commits into from
Feb 23, 2024
Merged

Support more Python versions #157

merged 12 commits into from
Feb 23, 2024

Conversation

eshwen
Copy link
Owner

@eshwen eshwen commented Jan 24, 2024

closes #134

Support Python 3.10 through 3.12

llvmlite <= v0.41 doesn't support Python 3.12. So wait until v0.42.0 is released (see https://llvmlite.readthedocs.io/en/latest/release-notes.html#v0-42-0rc1-dec-13-2023). Then do poetry update llvmlite and perhaps also poetry update greenlet

@eshwen eshwen self-assigned this Jan 24, 2024
@github-actions github-actions bot added dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation github_actions Pull requests that update GitHub Actions code labels Jan 24, 2024
@eshwen eshwen marked this pull request as draft January 24, 2024 16:51
@eshwen eshwen marked this pull request as ready for review February 23, 2024 18:58
@eshwen eshwen merged commit 9c572ea into main Feb 23, 2024
7 checks passed
@eshwen eshwen deleted the esh-support-more-python-versions branch February 23, 2024 18:58
@eshwen eshwen added the enhancement New feature or request label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement New feature or request github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for multiple Python versions
1 participant