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: dropped python 3.9 support #150

Merged
merged 4 commits into from
Feb 28, 2025
Merged

chore: dropped python 3.9 support #150

merged 4 commits into from
Feb 28, 2025

Conversation

racinmat
Copy link
Contributor

@racinmat racinmat commented Feb 28, 2025

Update was done using https://pypi.org/project/pyupgrade-directories/

pipx install pyupgrade-directories
pyup-dirs --recursive --py310-plus ./src
pyup-dirs --recursive --py310-plus ./tests

and then I manually went through the changes.
Pendulum blocks us from using python 3.13 python-pendulum/pendulum#844

@racinmat racinmat requested a review from a team February 28, 2025 17:50
Copy link

codecov bot commented Feb 28, 2025

Codecov Report

Attention: Patch coverage is 92.80000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 76.80%. Comparing base (d2db282) to head (6c1092c).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
src/wanna/components/loader.py 0.00% 2 Missing ⚠️
src/wanna/core/deployment/vertex_pipelines.py 0.00% 2 Missing ⚠️
src/wanna/core/services/docker.py 71.42% 2 Missing ⚠️
src/wanna/core/services/workbench_instance.py 0.00% 1 Missing ⚠️
src/wanna/core/utils/gcp.py 66.66% 1 Missing ⚠️
src/wanna/core/utils/validators.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
- Coverage   76.91%   76.80%   -0.11%     
==========================================
  Files          55       55              
  Lines        2681     2664      -17     
==========================================
- Hits         2062     2046      -16     
+ Misses        619      618       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@racinmat racinmat enabled auto-merge February 28, 2025 18:33
@racinmat racinmat merged commit 17e7a4b into master Feb 28, 2025
9 checks passed
@racinmat racinmat deleted the racinsky/no-39 branch February 28, 2025 18:35
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.

2 participants