[CONPY-201] Python 3.11 build Created: 2022-05-09 Updated: 2023-01-23 Resolved: 2023-01-23 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Build |
| Affects Version/s: | 1.0.11 |
| Fix Version/s: | 1.1.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Python Version: | 3.11 |
| Description |
|
Python 3.11 GA is scheduled for 4st quarter of 2022. MariaDB Connector/Python currently doesn't build with Python 3.11 (GA scheduled for October 2022). Py_TYPE became deprecated, instead Py_SET_TYPE (introduced in Python 3.9) should be used. |
| Comments |
| Comment by Georg Richter [ 2023-01-23 ] |
|
Python 3.11 is supported since 1.1.5 |