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

build: use Python 3.10 #376

Merged
merged 6 commits into from
Jul 14, 2022
Merged

build: use Python 3.10 #376

merged 6 commits into from
Jul 14, 2022

Conversation

12rambau
Copy link
Member

@12rambau 12rambau commented Jan 11, 2022

Fix #330

the main difficulty was to vaoid the issue raised here: https://github.com/google/earthengine-api/issues/181

I used a workaround offered in this one: GoogleCloudPlatform/httplib2shim#16

@codecov
Copy link

codecov bot commented Jan 11, 2022

Codecov Report

Merging #376 (ba0bdd4) into main (b1af843) will increase coverage by 0.48%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main     #376      +/-   ##
==========================================
+ Coverage   91.43%   91.92%   +0.48%     
==========================================
  Files          36       36              
  Lines        3513     3726     +213     
==========================================
+ Hits         3212     3425     +213     
  Misses        301      301              
Impacted Files Coverage Δ
sepal_ui/scripts/decorator.py 85.95% <33.33%> (+0.11%) ⬆️
sepal_ui/scripts/utils.py 98.12% <66.66%> (+0.01%) ⬆️
sepal_ui/conf.py 100.00% <0.00%> (ø)
sepal_ui/aoi/aoi_tile.py 100.00% <0.00%> (ø)
sepal_ui/mapping/layer.py 100.00% <0.00%> (ø)
sepal_ui/frontend/styles.py 100.00% <0.00%> (ø)
sepal_ui/sepalwidgets/btn.py 100.00% <0.00%> (ø)
sepal_ui/sepalwidgets/tile.py 100.00% <0.00%> (ø)
sepal_ui/mapping/aoi_control.py 100.00% <0.00%> (ø)
sepal_ui/sepalwidgets/inputs.py 100.00% <0.00%> (ø)
... and 21 more

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 b1af843...ba0bdd4. Read the comment docs.

@12rambau 12rambau marked this pull request as ready for review July 14, 2022 12:42
@12rambau 12rambau merged commit fc18ea6 into main Jul 14, 2022
@12rambau 12rambau deleted the python branch July 14, 2022 12:42
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.

start the support for Python 3.10
1 participant