Details
- 
    Bug 
- 
    Status: Closed (View Workflow)
- 
    Major 
- 
    Resolution: Fixed
- 
    1.1.10
- 
    None
- 
    ArchLinux
 gcc (GCC) 14.1.1 20240522
 
- 
        Python 3.12.3
Description
When running `pip install mariadb==1.1.10` it fails because:
```
      /usr/include/python3.12/bytesobject.h:56:12: Anmerkung: »char **« erwartet, aber Argument hat Typ »const char **«
         56 |     char *s,           / pointer to buffer variable */
| ~~~~~~~^ ``` | 
On github there's a draft open: https://github.com/mariadb-corporation/mariadb-connector-python/pull/29
mariadb==1.1.9 works