FergusFettes / typer-shell

Simple wrapper around the Typer library for making beautiful shells/REPLs for fast command-line prototyping with Python.
GNU General Public License v3.0
9 stars 2 forks source link

Support for Python 3.12 #7

Closed fabaff closed 3 months ago

fabaff commented 3 months ago

At lot of distributions are moving forward to support Python 3.12. In the pyproject.toml file is stated that typer-shell only works with Python < 3.12 (https://github.com/FergusFettes/typer-shell/blob/main/pyproject.toml#L10).

Would it be possible to lift the boundary? Or is this a "hard requirement" due to technical limitations?

BTW, thanks for bringing REPL functionality to typer.

FergusFettes commented 3 months ago

Hey, thanks!

It seems fine, so I've bumped it. I'll publish it now to pypi, should be up in a few minutes.