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 python3.6 support #2462

Merged
merged 1 commit into from
Sep 23, 2021
Merged

Conversation

charles-cooper
Copy link
Member

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

Put a link to a cute animal picture inside the parenthesis-->

Major operating systems (Ubuntu, MacOS) have already moved on, plus it
doesn't have dataclasses.
@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2021

Codecov Report

Merging #2462 (182f25c) into master (fecf04c) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
vyper/__init__.py 60.00% <100.00%> (ø)
vyper/builtin_functions/functions.py 88.59% <0.00%> (-0.35%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fecf04c...182f25c. Read the comment docs.

@@ -5,7 +5,7 @@

[tool.black]
line-length = 100
target-version = ['py36', 'py37', 'py38']
target-version = ['py37', 'py38', 'py39']
Copy link
Member

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?

@fubuloubu fubuloubu merged commit 366e133 into vyperlang:master Sep 23, 2021
cds-amal added a commit to trufflesuite/truffle that referenced this pull request Dec 5, 2021
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
cds-amal added a commit to trufflesuite/truffle that referenced this pull request Dec 6, 2021
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
cds-amal added a commit to trufflesuite/truffle that referenced this pull request Dec 6, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants