-
Notifications
You must be signed in to change notification settings - Fork 58
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
Update versioneer to version 0.29 #171
Conversation
Installed versioneer 0.29 with Python 3.12 and ran ``` versioneer install ```
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #171 +/- ##
==========================================
+ Coverage 73.05% 73.09% +0.04%
==========================================
Files 25 25
Lines 3989 3988 -1
==========================================
+ Hits 2914 2915 +1
+ Misses 1075 1073 -2
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be worth also bumping up
python-version: ["3.8", "3.9", "3.10", "3.11"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm – I might have to update elsewhere, too
Yes, good catch. |
Installed versioneer 0.29 with Python 3.12 and ran
Fixes the following error when doing
pip install .
with Python 3.12: