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 published build to python 3.11 #3385

Merged
merged 6 commits into from
May 7, 2023

Conversation

charles-cooper
Copy link
Member

What I did

per title. builds are also with python 3.11 now too. two reasons:

  1. faster
  2. universal2 images for darwin are only available on >=3.11, see _struct.cpython-310-darwin.so is not a fat binary actions/setup-python#439 (comment)

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

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 May 7, 2023

Codecov Report

Merging #3385 (4b2b390) into master (d62125c) will increase coverage by 0.05%.
The diff coverage is n/a.

📣 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    #3385      +/-   ##
==========================================
+ Coverage   88.88%   88.94%   +0.05%     
==========================================
  Files          85       85              
  Lines       10708    10711       +3     
  Branches     2233     2441     +208     
==========================================
+ Hits         9518     9527       +9     
+ Misses        788      785       -3     
+ Partials      402      399       -3     

see 4 files with indirect coverage changes

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

@charles-cooper charles-cooper changed the title update default python to 3.11 chore: update default python to 3.11 May 7, 2023
chore: update published build to python 3.11

and also update the rest of the CI to use 3.11. two reasons for doing
this, even though 3.11 is a relatively new release:
- python 3.11 is about 10% faster based on local benchmarks
- universal2 images for darwin (on github actions) are only available
  for python builds starting with 3.11. cf.
  actions/setup-python#439 (comment)
@charles-cooper charles-cooper enabled auto-merge (squash) May 7, 2023 14:39
@charles-cooper charles-cooper changed the title chore: update default python to 3.11 chore: update published build to python 3.11 May 7, 2023
@charles-cooper charles-cooper changed the title chore: update published build to python 3.11 chore: update CI to use python 3.11 May 7, 2023
@charles-cooper charles-cooper enabled auto-merge (squash) May 7, 2023 14:41
@charles-cooper charles-cooper changed the title chore: update CI to use python 3.11 chore: update published build to python 3.11 May 7, 2023
@charles-cooper charles-cooper merged commit 895fbf2 into vyperlang:master May 7, 2023
73 checks passed
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