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

chore: update linter, drop support for python 3.8 and 3.9 #3325

Merged
merged 15 commits into from
Mar 30, 2023

Conversation

tserg
Copy link
Collaborator

@tserg tserg commented Mar 29, 2023

What I did

Drop support for python 3.8 and 3.9.

This is intended to facilitate some breaking changes (not exhaustive):

  • Using match syntax
  • Switching to eth-stdlib for ABI encoding

How I did it

Update configuration files and CI.

How to verify it

Commit message

chore: drop support for python 3.8 and 3.9

Description for the changelog

Cute Animal Picture

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

@codecov-commenter
Copy link

codecov-commenter commented Mar 29, 2023

Codecov Report

Merging #3325 (b8509b1) into master (5b5d9d9) will decrease coverage by 0.10%.
The diff coverage is 63.93%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master    #3325      +/-   ##
==========================================
- Coverage   88.93%   88.83%   -0.10%     
==========================================
  Files          84       84              
  Lines       10606    10606              
  Branches     2216     2215       -1     
==========================================
- Hits         9432     9422      -10     
- Misses        768      778      +10     
  Partials      406      406              
Impacted Files Coverage Δ
vyper/__main__.py 0.00% <ø> (ø)
vyper/ast/folding.py 93.27% <ø> (ø)
vyper/ast/natspec.py 98.76% <ø> (ø)
vyper/builtins/_signatures.py 97.64% <ø> (ø)
vyper/cli/vyper_compile.py 68.38% <ø> (ø)
vyper/cli/vyper_json.py 78.74% <ø> (-0.35%) ⬇️
vyper/cli/vyper_serve.py 0.00% <ø> (ø)
vyper/codegen/abi_encoder.py 88.88% <ø> (ø)
.../codegen/function_definitions/external_function.py 100.00% <ø> (ø)
vyper/codegen/return_.py 94.73% <ø> (ø)
... and 23 more

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tserg tserg marked this pull request as ready for review March 29, 2023 16:49
@charles-cooper charles-cooper changed the title chore: drop support for python 3.8 and 3.9 chore: update linter, drop support for python 3.8 and 3.9 Mar 30, 2023
@charles-cooper charles-cooper merged commit 0eaef0c into vyperlang:master Mar 30, 2023
charles-cooper added a commit that referenced this pull request Mar 30, 2023
@tserg tserg deleted the chore/python_version branch March 31, 2023 01:11
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.

3 participants