tpaviot/pythonocc-core

It is recommended to upgrade the compatible version of python to 3.12 or above

Opened this issue ยท 5 comments

It is highly recommended to upgrade the compatible version of python to the latest version!

Is there an expected release date for support with python 3.12 or above?

It will be part of the upcoming 7.9.0 release

Any updates on the release date for 7.9.0? Currently running into errors for Py3.13

The following packages are incompatible
โ”œโ”€ pin on python 3.13.* =* * is installable and it requires
โ”‚ โ””โ”€ python =3.13 , which can be installed;
โ””โ”€ pythonocc-core =
* is not installable because there are no viable options
โ”œโ”€ pythonocc-core [7.5.1|7.6.2|...|7.9.0] would require
โ”‚ โ””โ”€ python >=3.10,<3.11.0a0 *_cpython, which conflicts with any installable versions previously reported;
โ”œโ”€ pythonocc-core [7.7.0|7.7.2|7.8.1|7.8.1.1|7.9.0] would require
โ”‚ โ””โ”€ python >=3.11,<3.12.0a0 *_cpython, which conflicts with any installable versions previously reported;
โ”œโ”€ pythonocc-core [7.5.1|7.6.2|7.7.0|7.7.2|7.8.1] would require
โ”‚ โ””โ”€ python >=3.8,<3.9.0a0 *_cpython, which conflicts with any installable versions previously reported;
โ”œโ”€ pythonocc-core [7.5.1|7.6.2|...|7.9.0] would require
โ”‚ โ””โ”€ python >=3.9,<3.10.0a0 *_cpython, which conflicts with any installable versions previously reported;
โ””โ”€ pythonocc-core [7.7.2|7.8.1|7.8.1.1|7.9.0] would require
โ””โ”€ python >=3.12,<3.13.0a0 *_cpython, which conflicts with any installable versions previously reported.

Pins seem to be involved in the conflict. Currently pinned specs:

  • python=3.13

Any updates on this we are facing a similar problem:

Could not solve for environment specs
The following packages are incompatible
โ”œโ”€ pin on python 3.13.* =* * is installable and it requires
โ”‚  โ””โ”€ python =3.13 *, which can be installed;
โ””โ”€ pythonocc-core =7.9.0 * is not installable because there are no viable options
   โ”œโ”€ pythonocc-core 7.9.0 would require
   โ”‚  โ””โ”€ python >=3.12,<3.13.0a0 *, which conflicts with any installable versions previously reported;
   โ”œโ”€ pythonocc-core 7.9.0 would require
   โ”‚  โ””โ”€ python >=3.10,<3.11.0a0 *, which conflicts with any installable versions previously reported;
   โ”œโ”€ pythonocc-core 7.9.0 would require
   โ”‚  โ””โ”€ python >=3.11,<3.12.0a0 *, which conflicts with any installable versions previously reported;
   โ””โ”€ pythonocc-core 7.9.0 would require
      โ””โ”€ python >=3.9,<3.10.0a0 *, which conflicts with any installable versions previously reported.

Pins seem to be involved in the conflict. Currently pinned specs:
 - python=3.13

ping @tpaviot any updates on this?