Bug #119754 Python 3.12 and up wheels not published for mysql-connector-python version 9.6.0
Submitted: 22 Jan 17:01 Modified: 22 Jan 17:55
Reporter: Arkady Arkhangorodsky Email Updates:
Status: Open Impact on me:
None 
Category:Connector / Python Severity:S2 (Serious)
Version:9.6.0 OS:Any
Assigned to: CPU Architecture:Any

[22 Jan 17:01] Arkady Arkhangorodsky
Description:
The latest version of mysql-connector-python was released, but only 3.10/3.11 wheels are available. No indication in the release notes was given that these versions were no longer supported.

When trying to install, we see:

error: Distribution `mysql-connector-python==9.6.0 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform

hint: You're using CPython 3.12 (`cp312`), but `mysql-connector-python` (v9.6.0) only has wheels with the following Python ABI tag: `cp311`

How to repeat:
In virtual environment with python 3.12 or greater installed, run pip install mysql-connector-python

Suggested fix:
Publish the remaining wheel versions please.
[22 Jan 17:53] Daniƫl van Eeden
Is this a duplicate of http://bugs.mysql.com/bug.php?id=119736 ?
[22 Jan 17:55] Arkady Arkhangorodsky
Looks like it - apologies! I attempted to search through visible bugs but didn't catch it