Skip to content

docs-scraper is not compatible with python 3.11 #285

@bidoubiwa

Description

@bidoubiwa

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

No one assigned

    Labels

    bugSomething isn't workingneeds more infoThis issue needs a minimal complete and verifiable example

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions