Skip to content
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

Remove six #581

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Remove six #581

wants to merge 4 commits into from

Commits on Sep 9, 2024

  1. ruff: pyupgrade to 3.8

    ruff check --target-version py38 --select UP --fix .
    Mic92 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ef4c5ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb864a9 View commit details
    Browse the repository at this point in the history
  3. only support pythons that are not EOL (https://endoflife.date/python)

    Even debian oldstable has python 3.9. For internet-facing libraries it
    is not secure for contributor to install unsupported python versions in order to test them.
    Reducing the number of python versions will make maintenance and testing easier.
    is not secure to contributor to install unsupported python versions in order to test them.
    Mic92 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    29d3072 View commit details
    Browse the repository at this point in the history
  4. remove six

    Mic92 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f90ee80 View commit details
    Browse the repository at this point in the history