Lib mraa isn´t works with python 3.10.12

root@sensorial_new:~# python
Python 3.10.12 (main, Jul 4 2023, 20:11:53) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import mraa
import time
pin = mraa.Gpio(44)
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.10/site-packages/mraa.py", line 474, in init
this = _mraa.new_Gpio(pin, owner, raw)
ValueError: Invalid GPIO pin specified

my hardware it´s linkit smart 7688, the mraa lib versin is 2.2.0, I have one version python 2.7 with mraa 0.8.0 its works, I want to know what I need change to solve this problem.