Unable to install kivy 2.3

Hi,

I have conda env on a linux-mint with python 3.12.4 tried to installa kivy with the command

conda install conda-forge::kivy

and I get the next failed
Channels:

  • conda-forge
  • defaults
    Platform: linux-64
    Collecting package metadata (repodata.json): done
    Solving environment: - warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
    failed

LibMambaUnsatisfiableError: Encountered problems while solving:

  • package kivy-1.10.1-py27h2394fcc_2 requires python >=2.7,<2.8.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ kivy is installable with the potential options
│ ├─ kivy [1.10.1|1.11.0|1.11.1] would require
│ │ └─ python >=2.7,<2.8.0a0 , which can be installed;
│ ├─ kivy 1.10.1 would require
│ │ └─ python >=3.5,<3.6.0a0 , which can be installed;
│ ├─ kivy [1.10.1|1.11.0|1.11.1|2.0.0|2.0.0rc4] would require
│ │ └─ python >=3.6,<3.7.0a0 , which can be installed;
│ ├─ kivy [1.10.1|1.11.0|…|2.1.0] would require
│ │ └─ python >=3.7,<3.8.0a0 , which can be installed;
│ ├─ kivy [1.11.1|2.0.0|…|2.3.0] would require
│ │ └─ python >=3.8,<3.9.0a0 , which can be installed;
│ ├─ kivy [2.0.0|2.1.0|2.2.1|2.3.0] would require
│ │ └─ python >=3.10,<3.11.0a0 , which can be installed;
│ ├─ kivy [2.0.0|2.0.0rc4|…|2.3.0] would require
│ │ └─ python >=3.9,<3.10.0a0 , which can be installed;
│ └─ kivy [2.2.1|2.3.0] would require
│ └─ python >=3.11,<3.12.0a0 , which can be installed;
└─ pin-1 is not installable because it requires
└─ python 3.12.* , which conflicts with any installable versions previously reported.

any help is wellcome.
TIA
Ramiro