change: Update required python version#219
Conversation
|
The following are automatically added/executed:
Available user actions:
Supported labels{'/verified', '/wip', '/hold', '/lgtm'} |
|
/verified |
|
/verified |
rnetser
left a comment
There was a problem hiding this comment.
python 3.9 is supported till 20/2025.
the repo uses
from __future__ import annotations
use typing_extensions for Self
rnetser
left a comment
There was a problem hiding this comment.
python 3.9 is supported till 20/2025.
the repo uses
from future import annotations
use typing_extensions for Self
|
adding as a comment so it is visible in labels: python 3.9 is supported till 20/2025. use typing_extensions for Self |
@rnetser I personally feel the test repo should be using newer python versions, when possible. For |
if there's no reason to restrict a version i do not see any reason why limit
|
@rnetser are you suggesting to remove completely |
I meant leave it on 3.9 |
@rnetser can you elaborate why you recommend staying with 3.9? 3.9 active support ended in May 22 and eol is on Oct 2025. |
|
/verified |
|
Status of building tag latest: success. |
Description
Update required python version, when using 3.9 version there are some import that are not available for example
This was added only in 3.11 typing.Self
Also
|forUnionwas added in 3.10 typing.UnionHow Has This Been Tested?
Merge criteria: