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

drop python 3.6 support #2215

Merged
merged 1 commit into from Jan 19, 2022
Merged

drop python 3.6 support #2215

merged 1 commit into from Jan 19, 2022

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.

None yet

1 participant