Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Python>=3.9 #25

Open
mlprt opened this issue Mar 2, 2024 · 0 comments
Open

Support Python>=3.9 #25

mlprt opened this issue Mar 2, 2024 · 0 comments
Labels

Comments

@mlprt
Copy link
Owner

mlprt commented Mar 2, 2024

Feedbax is built on some features introduced in Python 3.11, such as Self.

Some users may want to use Feedbax along with some packages that do not support 3.11 yet. Ideally we would support all active Python versions, though 3.8 is reaching end-of-life this year and I think we can exclude it.

I intend to keep developing in 3.11, mainly because of the newer typing features. I don't foresee problems with 3.9 support, aside from the effect on typing. As for typing, I think support for 3.9 would involve simplifying some annotations, e.g. replacing with Any or flagging with type: ignore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant