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

[feat] Python 3.13 support #1228

Open
CalebCourier opened this issue Feb 7, 2025 · 0 comments
Open

[feat] Python 3.13 support #1228

CalebCourier opened this issue Feb 7, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@CalebCourier
Copy link
Collaborator

Description
Python 3.13 was officially released 2024-10-07. Currently, our supported version range is 3.9-3.12, though the upper limit isn't enforced in our pyproject.toml.

Why is this needed
Users should be able to use Guardrails with any LTS version of Python.

Implementation details
We should test out our builds using Python 3.13 and release a patch build to support it if possible. This may require updating some of our dependencies such as lxml.

End result
Guardrails can be used in an environment running Python 3.13.

@CalebCourier CalebCourier added the enhancement New feature or request label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant