Skip to content

drop python 3.6 support#2215

Merged
asottile merged 1 commit intomasterfrom
drop-py36
Jan 19, 2022
Merged

drop python 3.6 support#2215
asottile merged 1 commit intomasterfrom
drop-py36

Conversation

@asottile
Copy link
Member

python 3.6 reached end of life on 2021-12-23

python 3.6 reached end of life on 2021-12-23
@asottile asottile merged commit 84372e0 into master Jan 19, 2022
@asottile asottile deleted the drop-py36 branch January 19, 2022 00:29
waynesun09 added a commit to waynesun09/pylero that referenced this pull request Sep 16, 2022
Python 3.6 will fail with pre-commit setup:

  Complete output (6 lines):
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/home/runner/.cache/pre-commit/repozbn0y53a/setup.py", line 1
      from __future__ import annotations
      ^
  SyntaxError: future feature annotations is not defined

The pre-commit project has dropped support on 3.6:

pre-commit/pre-commit#2215

Signed-off-by: Wayne Sun <gsun@redhat.com>
waynesun09 added a commit to waynesun09/pylero that referenced this pull request Sep 16, 2022
Python 3.6 will fail with pre-commit setup:

  Complete output (6 lines):
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/home/runner/.cache/pre-commit/repozbn0y53a/setup.py", line 1
      from __future__ import annotations
      ^
  SyntaxError: future feature annotations is not defined

The pre-commit project has dropped support on 3.6:

pre-commit/pre-commit#2215

Signed-off-by: Wayne Sun <gsun@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant