-
-
Notifications
You must be signed in to change notification settings - Fork 810
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 python3.6 support #2462
Drop python3.6 support #2462
Conversation
Major operating systems (Ubuntu, MacOS) have already moved on, plus it doesn't have dataclasses.
Codecov Report
@@ Coverage Diff @@
## master #2462 +/- ##
==========================================
- Coverage 84.69% 84.66% -0.04%
==========================================
Files 94 94
Lines 9446 9446
Branches 2208 2208
==========================================
- Hits 8000 7997 -3
- Misses 937 939 +2
- Partials 509 510 +1
Continue to review full report at Codecov.
|
@@ -5,7 +5,7 @@ | |||
|
|||
[tool.black] | |||
line-length = 100 | |||
target-version = ['py36', 'py37', 'py38'] | |||
target-version = ['py37', 'py38', 'py39'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Black supports 3.9 now?
The vyper team dropped support for python-v3.6 starting at vyper-0.3.0 1: https://github.com/vyperlang/vyper/releases/tag/v0.3.0 2: vyperlang/vyper#2462
The vyper team dropped support for python-v3.6 starting at vyper-0.3.0 1: https://github.com/vyperlang/vyper/releases/tag/v0.3.0 2: vyperlang/vyper#2462
The vyper team dropped support for python-v3.6 starting at vyper-0.3.0 1: https://github.com/vyperlang/vyper/releases/tag/v0.3.0 2: vyperlang/vyper#2462
Major operating systems (Ubuntu, MacOS) have already moved on, plus it
doesn't have dataclasses.
What I did
How I did it
How to verify it
Description for the changelog
Cute Animal Picture