The source project of this merge request has been removed.
Python 3.13 support
- Add upstream patch for python 3.13 API change https://github.com/tensorflow/tensorflow/commit/846468dd25153e9a41f0a9da1ba1604ce819628d
- Add additional patch for python 3.13 API changes:
- _PyArg_NoKeywords related upstream commit https://github.com/python/cpython/commit/be5e8a010341c4d2d28ef53a1baed402ee06466e.
- _PyObject_VisitManagedDict/_PyObject_ClearManagedDict related upstream commit https://github.com/python/cpython/commit/fc2cb86d210555d509debaeefd370d5331cd9d93.
- Add patch adding hermetic PYTHON 3.13 requirements lock file based on upstream commit https://github.com/tensorflow/tensorflow/pull/82768/commits/d5c90f7118ad5a8d3a9e80cd82ced94833e0ea38.
- Fixes #16 (closed).