Skip to content

[pyaarlo-0.8.0.17] Python 3.7 is no longer the minimum python version #178

@chief-swole

Description

@chief-swole

In the setup.py, the minimum python version is declared to be 3.7:

    python_requires='>=3.7',

however, when run on Python 3.7, I get this error:

  File "/Users/me/.virtualenvs/arlo_downloader/lib/python3.8/site-packages/pyaarlo/backend.py", line 65, in ArloBackEnd
    _user_id: str | None = None
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions