ERROR: devart_ase_connector-1.0.1-cp37-cp37m-manylinux_2_34_x86_64.whl is not a supported wheel on this platform.

ERROR: devart_ase_connector-1.0.1-cp37-cp37m-manylinux_2_34_x86_64.whl is not a supported wheel on this platform.

Guys,
I'm trying to install the "Python Connector for ASE 1.0 - Python 3.7 for Linux" library on Linux and I ended up coming across the following message:

ERROR: devart_ase_connector-1.0.1-cp37-cp37m-manylinux_2_34_x86_64.whl is not a supported wheel on this platform.

The command I used was: 
  1. pip install devart_ase_connector-1.0.1-cp312-cp312-manylinux_2_34_x86_64.whl

Note: The version of Python used was 3.7 because I am using an Airflow image from version 2.2.3 in Docker.

Does anyone have any tips on how to resolve this issue?
Thank you in advance for your help.