Maintain compatibility with Python 3.13#375
Maintain compatibility with Python 3.13#375copybara-service[bot] merged 2 commits intogoogle-deepmind:masterfrom
Conversation
|
Wheels |
|
@daskol try to remove the "python_version < "3.13"" in the "https://github.com/google-deepmind/chex/blob/master/requirements/requirements-test.txt" file and rebuild the package. |
- Resolve breacking change in `dataclasses` - Update matrix of supported Pythons - Update testing dependencies - Minimal version with Python 3.13 support follows. - cloudpickle@3.1.0 - dm-tree@0.1.9
|
@jakevdp Take a look at this PR, please. It became stale until I added support for Python 3.13 in google-deepmind/tree#123. Then Sergei Lebedev uploaded cp313 wheels in PyPI on the last days of January. This branch is squashed and rebased on top of the latest changes in |
|
@stompchicken Could you approve this change and update the package to be compatible with python 3.13? |
|
It seems that Google recently changed an indentation style (see here). I have adjusted test runner to preserve previous |
hbq1
left a comment
There was a problem hiding this comment.
Thanks for adjusting the new pylint!
Resolve #371.