fastapi-code-generator icon indicating copy to clipboard operation
fastapi-code-generator copied to clipboard

Support for Python 3.13 and 3.14

Open sscherfke opened this issue 7 months ago • 2 comments

Installion under Python 3.13 and 3.14 is currently blocked via a constraint in pyproject.toml.

sscherfke avatar May 28 '25 12:05 sscherfke

Same issue

...

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for typed-ast
Failed to build typed-ast
ERROR: Failed to build installable wheels for some pyproject.toml based projects (typed-ast)

JaxDoge avatar May 29 '25 03:05 JaxDoge

Updated the issue to also request support for Python 3.14

sscherfke avatar Nov 10 '25 08:11 sscherfke