-
Notifications
You must be signed in to change notification settings - Fork 2k
python
: add 3.13
support
#3180
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: develop
Are you sure you want to change the base?
python
: add 3.13
support
#3180
Conversation
a483a9d
to
24d1da9
Compare
24d1da9
to
5fe5697
Compare
6c99220
to
d54d5a7
Compare
b6b3a8e
to
954da58
Compare
dc86b9e
to
308d126
Compare
fc5223d
to
ecb34a7
Compare
c3b950a
to
3e9c98c
Compare
Impressive work thanks a mil 💪 |
e3f9a09
to
f9aa2d0
Compare
f6a8619
to
79d1051
Compare
Pillow recipe is working with this PR. Next problem is the video: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Impressive work again.
Looking good to me, we can merge it pretty soon if nobody has anything to say about it in the next few days.
@kuzeyron did you get a chance to play with it at run time too?
It passed my tests |
79d1051
to
7473c1e
Compare
This PR adds python
3.13
support, we can't set default version to3.13
just yet as in latest python,distutils
was removed, so a lot of recipes need updating.Closes #3219