that-depends icon indicating copy to clipboard operation
that-depends copied to clipboard

Enable python 3.13 support

Open xelandernt opened this issue 1 year ago • 1 comments

We should enable support for python 3.13.

To-do:

  • Make sure that all tests pass with 3.13.
  • Update pyproject.toml
  • Update docs
  • Update workflows

xelandernt avatar Oct 08 '24 13:10 xelandernt

there is a problem for now with msgspec

Sadly, cannot test on Python 3.13 for now: msgspec doesn't support it for now, so Litestar cannot be installed: https://github.com/litestar-org/litestar/issues/3265

from here https://github.com/modern-python/that-depends/pull/99#pullrequestreview-2354254867

lesnik512 avatar Oct 08 '24 14:10 lesnik512