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

chore: release version 1.1.9 #316

Merged
merged 2 commits into from
Dec 8, 2023
Merged

chore: release version 1.1.9 #316

merged 2 commits into from
Dec 8, 2023

Conversation

oboulant
Copy link
Collaborator

@oboulant oboulant commented Nov 28, 2023

This PR prepares a new release with support for python v3.12.

closes #314

@github-actions github-actions bot added the Type: Maintenance Repository Maintenance label Nov 28, 2023
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (03ff932) 98.77% compared to head (3fdc4eb) 98.77%.
Report is 1 commits behind head on master.

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           
Flag Coverage Δ
unittests 98.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@oboulant oboulant added the Type: Build Bug fix to a build script label Nov 28, 2023
@oboulant oboulant self-assigned this Nov 28, 2023
@oboulant
Copy link
Collaborator Author

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"]
Copy link
Collaborator Author

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.

@oboulant
Copy link
Collaborator Author

oboulant commented Dec 4, 2023

@deepcharles did you have a chance to look at this ?

@deepcharles deepcharles merged commit aa9918c into master Dec 8, 2023
20 checks passed
@deepcharles deepcharles deleted the build-py312 branch December 8, 2023 08:47
@oboulant oboulant mentioned this pull request Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Build Bug fix to a build script Type: Maintenance Repository Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3.12 wheels
2 participants