-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Python 3.12 and bump
rustworkx
to 0.13.2 (#990)
* Bump rustworkx to 0.13.2 * Bump rustworkx to 0.13.2 * Add release note for 0.13.2 * Bump cibuildwheel version In order to build Python 3.12 wheels on release we need to use a newer version of cibuildwheel. This commit bumps cibuildwheel to the latest release 2.16.1 which includes building Python 3.12 wheels by default using 3.12.0rc3. --------- Co-authored-by: Matthew Treinish <[email protected]>
- Loading branch information
1 parent
a0bca3a
commit b616f5e
Showing
10 changed files
with
37 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "rustworkx" | ||
description = "A python graph library implemented in Rust" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Matthew Treinish <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -33,7 +33,7 @@ ndarray-stats = "0.5.1" | |
quick-xml = "0.28" | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
rustworkx-core = { path = "rustworkx-core", version = "=0.13.1" } | ||
rustworkx-core = { path = "rustworkx-core", version = "=0.13.2" } | ||
|
||
[dependencies.pyo3] | ||
version = "0.19.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
releasenotes/notes/prepare-0.13.2-release-fe9ec0911da8edd0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
prelude: > | ||
rustworkx 0.13.2 is a minor release, adding support for Python 3.12. | ||
Existing users of 0.13.1 should not be affected by this release, but | ||
are still encouraged to upgraded. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rustworkx-core" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
edition = "2021" | ||
authors = ["Matthew Treinish <[email protected]>"] | ||
description = "Rust APIs used for rustworkx algorithms" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters