Still on Python 3.12 after Python 3.13 release
Description:
Tensorflow Python packages are still built for python 3.12 while core has moved to python 3.13. This makes tensorflow not importable.
Additional info:
- package version(s): 2.18.0-4
- config and/or log files:
- link to upstream bug report, if any:
Steps to reproduce:
- Install
python-tensorflowor any of its variants inextra(e.g.-opt,-cudaand friends) - Attempt to
import tensorflow, which fails because it doesn't exist for the current systempython