#Python 3.13 support

1 messages · Page 1 of 1 (latest)

slow atlas
#

Hi guys, is there expected release of the copilotkit for python 3.13? Thanks

gray ferryBOT
#

This solution has been AI generated

Python 3.13 isn’t supported by CopilotKit’s Python SDK yet. The current constraint is Python >=3.10,<3.13, and there’s no published timeline in the repo for 3.13 support.

Current status

  • Supported: 3.10, 3.11, 3.12
  • Not supported: 3.13 (explicitly excluded)

Where this is defined

# sdk-python/pyproject.toml
[tool.poetry.dependencies]
python = ">=3.10,<3.13"

Why 3.13 is excluded right now

Several dependencies still declare <3.13, such as:

  • CrewAI (python-versions: ">=3.10,<3.13")
  • LangGraph (similar constraints)
    These upstream constraints prevent enabling 3.13 at the moment.

Timeline

I couldn’t find a project-specific release date or roadmap entry in the repo indicating when 3.13 will be supported.

Recommended next steps

  • Monitor the pyproject.toml and releases for an update once dependencies add 3.13 support.
  • If you need 3.13 soon, consider opening an issue to track progress and signal demand.

Was this helpful?

If this solution worked for you, please click on the appropriate option below to help us improve:

gray ferryBOT
#

Thank you for your feedback! Our team will provide additional assistance. 🔄

gray ferryBOT
#

Hey! Let me check with the team on Python 3.13 support and get back to you.

slow atlas
#

hi, @abstract cairn any updates?

abstract cairn
slow atlas
#

Hi @abstract cairn, any updates yet? i've seen the v1.50 annoucement so i thought it's possible it will be fixed on this v.

still flicker
#

Hi @slow atlas, this is just for the Python SDK - is that right?

slow atlas
#

yeah