OZI-Project / OZI

Python project packaging for Meson.
https://oziproject.dev
Other
3 stars 2 forks source link

checkpoint utilities install failure CPython 3.13 #608

Open rjdbcm opened 1 month ago

rjdbcm commented 1 month ago

It looks like we are waiting on the rust components of the toolchain to support CPython 3.13. In dist:

pydantic-core - via python-semantic-release(dist:semantic-release)

In test:

crosshair-tool - via hypothesis(test:plugin-only:hypothesis)

There are also component utilities that depend on the pre-CPython 3.13 CFFI.

In lint:

cmarkgfm - via readme-renderer[md](lint:readme-renderer)
rjdbcm commented 1 month ago

coverage now officially supports the 3.13beta1 release of CPython. https://github.com/nedbat/coveragepy/releases/tag/7.5.2