-
Notifications
You must be signed in to change notification settings - Fork 162
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: release version 1.1.9 #316
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #316 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 40 40
Lines 978 978
=======================================
Hits 966 966
Misses 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Wheels for python v3.12 are properly generated, see release candidate here : https://pypi.org/project/ruptures/1.1.9rc1/#files |
@@ -19,7 +19,7 @@ jobs: | |||
tests: | |||
strategy: | |||
matrix: | |||
python-version: ["3.7", "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.
Had to remove 3.7
because in GHA, this array can only hold 5 items. And running tests in python v3.12 is preferred to running them in v3.7.
@deepcharles did you have a chance to look at this ? |
This PR prepares a new release with support for python v3.12.
closes #314