File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
- [ Unreleased ] : https://github.com/dgrunwald/rust-cpython/compare/0.7.1...HEAD
5
+ [ Unreleased ] : https://github.com/dgrunwald/rust-cpython/compare/0.7.2...HEAD
6
+
7
+ ## 0.7.2 - 2024-07-02
8
+
9
+ - [ Added support for Python 3.12] [ 295 ] (PR by [ @quark-zju ] )
10
+
11
+ [ 295 ] : https://github.com/dgrunwald/rust-cpython/pull/295
6
12
7
13
## 0.7.1 - 2022-10-25
8
14
- Added support for Python 3.11. (based on [ PR 279] [ 279 ] by [ @Techcable ] )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " cpython"
4
- version = " 0.7.1 "
4
+ version = " 0.7.2 "
5
5
description = " Bindings to Python"
6
6
authors = [" Daniel Grunwald <daniel@danielgrunwald.de>" ]
7
7
readme = " README.md"
@@ -53,7 +53,7 @@ version = "0.7.0"
53
53
[dependencies .python3-sys ]
54
54
optional = true
55
55
path = " python3-sys"
56
- version = " 0.7.1 "
56
+ version = " 0.7.2 "
57
57
58
58
[features ]
59
59
default = [" python3-sys" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " python3-sys"
3
- version = " 0.7.1 "
3
+ version = " 0.7.2 "
4
4
description = " FFI Declarations for Python 3"
5
5
readme = " README.md"
6
6
keywords = [
You can’t perform that action at this time.
0 commit comments