-
Notifications
You must be signed in to change notification settings - Fork 41
π-thon support #442
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
base: main
Are you sure you want to change the base?
π-thon support #442
Conversation
|
Actions support for 3.14 currently blocked on actions/python-versions#357 |
|
It appears as if python 3.14 support is going to be blocked by a pydantic update that is blocked the current usage pattern of tyro. cc: @pyth0n1c given this likely applies to other related tooling. edit: also blocked on building pygit2 wheels at the moment. |
|
Okay - looks like dependency wise, we're mostly squared away these days. Probably can tighten up the pydantic & tyro version restraints. But we're now at a point where we get an identical error in both old versions and 3.14, related to actual changes tyro has made. |
Python 3.14 has been released. Temporarily opening this PR to run tests.
Also temporarily removed 3.11 from the matrix to not add too many tests.