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

FIX: Add minimum Python requirement to package metadata #1924

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

effigies
Copy link
Collaborator

@effigies effigies commented Apr 2, 2024

Python 3.8 is the oldest Python that is not EOL, so we only test that far back.
People using older Pythons could still get this installed, and it turns out we
use a Python 3.8 feature.

After the next release, we should yank PyPI packages newer than 1.14.0 so that
Python 3.6 and 3.7 users will install working versions by default.

@effigies
Copy link
Collaborator Author

effigies commented Apr 2, 2024

xref bids-standard/pybids#1048

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.49%. Comparing base (fd8ae28) to head (b98a59d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1924      +/-   ##
==========================================
+ Coverage   83.57%   85.49%   +1.92%     
==========================================
  Files          92      131      +39     
  Lines        3890     6262    +2372     
  Branches     1271     1543     +272     
==========================================
+ Hits         3251     5354    +2103     
- Misses        541      804     +263     
- Partials       98      104       +6     

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

@effigies effigies merged commit a432193 into bids-standard:master Apr 2, 2024
29 of 32 checks passed
@effigies effigies deleted the fix/python-metadata branch April 2, 2024 15:21
@effigies
Copy link
Collaborator Author

effigies commented Apr 2, 2024

@rwblair Could we get a patch release whenever it's convenient for you?

@rwblair
Copy link
Member

rwblair commented Apr 5, 2024

https://github.com/bids-standard/bids-validator/releases/tag/v1.14.5

@effigies
Copy link
Collaborator Author

Versions 1.14.1-1.14.4 have been yanked from PyPI, so there should be no problems with installation through normal methods now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants