-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds more infoThis issue needs a minimal complete and verifiable exampleThis issue needs a minimal complete and verifiable example
Description
Because of selenium's dependency exceptiongroup we are not compatible with python 3.11.
"exceptiongroup": {
"hashes": [
"sha256:542adf9dea4055530d6e1279602fa5cb11dab2395fa650b8674eaec35fc4a828",
"sha256:bd14967b79cd9bdb54d97323216f8fdf533e278df937aa2a90089e7d6e06e5ec"
],
"markers": "python_version < '3.11'",
"version": "==1.0.4"
},
The latest version of selenium seems to remove this dependency See #283. Nonetheless, we should still ensure that we are compatible with python 3.11 once the PR is merged.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds more infoThis issue needs a minimal complete and verifiable exampleThis issue needs a minimal complete and verifiable example