passaH2O / dorado

For shallow-water Lagrangian particle routing.
https://passah2o.github.io/dorado
MIT License
54 stars 9 forks source link

Drop support for Python 2.7 #45

Open wrightky opened 1 year ago

wrightky commented 1 year ago

Conda deployment failed, seems to be due to an attempted install on Python 2.7. Dropping all remaining mentions of the legacy version I could find.

codecov[bot] commented 1 year ago

Codecov Report

Merging #45 (842a8d6) into master (8c90ac9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           master      #45    +/-   ##
========================================
  Coverage   97.66%   97.66%            
========================================
  Files           4        2     -2     
  Lines        1114      557   -557     
========================================
- Hits         1088      544   -544     
+ Misses         26       13    -13     

see 2 files with indirect coverage changes

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

elbeejay commented 1 year ago

Since pypi deployment did succeed yesterday, the version was updated to 2.5.3. https://pypi.org/project/pydorado/2.5.3 (although it still states support for 2.7)

elbeejay commented 1 year ago

@wrightky feel free to merge anytime, my comment above was that you could potentially bump the version one minor increment to make sure the pypi page/deployment incorporates these changes if you plan to tag a release