-
-
Notifications
You must be signed in to change notification settings - Fork 50
feat!: drop support for Python <3.9 #809
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
feat!: drop support for Python <3.9 #809
Conversation
we dont plan on dropping py3.9 support right now. |
after properly raising the runtime requirement to py3.9, please migrate the code, any dependencies and configs where possible. 👍 |
Ok, thanks for the clarification. I'll try to make those changes |
Signed-off-by: Simoh23999 <simocasmina@gmail.com>
Signed-off-by: Simoh23999 <simocasmina@gmail.com>
Signed-off-by: Simoh23999 <simocasmina@gmail.com>
7f15cc2
to
d04fc37
Compare
Please check these changes.
|
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
thank you for donating this feature, @Simoh23999 . Please keep your fork of the PR available until it is merged eventually |
trying to fix #805
the library no longer supports python versions below 3.10
I set 3.10 as the min supported version because 3.9 will no longer be supported in 6 months.
I haven’t made any significant changes to the codebase, waiting your point of view
for example, we could update "Union" and "Optional" types to use the pipe operator
|
if you like.Let me know if I should make any additional changes 👍