Skip to content

Python 3.5 is past EOL; Drop Support #258

Closed
@c0llab0rat0r

Description

@c0llab0rat0r

Drop support for Python 3.5 by raising the minimum version to 3.6 (EOL this year) or 3.7 (EOL 2023).

This will make fixing the typing and type linting easier.

The code base currently has syntax that is not valid in 3.5, such as this at https://github.com/ipfs-shipyard/py-ipfs-http-client/blob/0.7.0/ipfshttpclient/http_httpx.py#L41

def map_args_to_httpx(
    *,
    auth: auth_t = None,
    cookies: cookies_t = None,
    headers: headers_t = None,
    params: params_t = None,
    timeout: timeout_t = None,
) -> RequestArgs:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions