-
-
Notifications
You must be signed in to change notification settings - Fork 152
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.10 #393
Comments
aleksandr-kotlyar
added a commit
to aleksandr-kotlyar/selene
that referenced
this issue
Oct 30, 2021
- fix type hints for Callable objects.
aleksandr-kotlyar
added a commit
to aleksandr-kotlyar/selene
that referenced
this issue
Oct 30, 2021
- fix type hints for Callable objects.
yashaka
added a commit
that referenced
this issue
May 29, 2022
etc.: - refactor a bit condition.call method implementation - refactor from BrowserCondition = Condition[Browser] to class BrowserCondition(Condition[Browser]) to fix potential error «Subscripted generics cannot be used with class and instance checks»
yashaka
added a commit
that referenced
this issue
May 29, 2022
- disable unsubscriptable-object/ E1136 pylint rule to ignore «E1136: Value 'Callable' is unsubscriptable (unsubscriptable-object)» happening on condition.py at 41:28 if py version == 3.7.* or 3.8.* (works fine on 3.9.* and 3.10.*). Seems like it had been failing in the past and everything was OK:)
aleksandr-kotlyar
added a commit
to aleksandr-kotlyar/selene
that referenced
this issue
May 30, 2022
aleksandr-kotlyar
added a commit
that referenced
this issue
May 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
support python 3.10
Why
Currently selene not work with python 3.10 cause of these errors
The text was updated successfully, but these errors were encountered: