File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.2.11] - 2024-11-30
6+
7+ ### Features
8+
9+ - Add Python 3.13t support in [ #82 ] ( https://github.com/PyO3/python3-dll-a/pull/82 )
10+
511## [ 0.2.10] - 2024-06-24
612
713### Features
Original file line number Diff line number Diff line change 11[package ]
22name = " python3-dll-a"
3- version = " 0.2.10 "
3+ version = " 0.2.11 "
44edition = " 2021"
5- description = " Standalone python3(y).dll import library generator"
5+ description = " Standalone python3(y)(t) .dll import library generator"
66repository = " https://github.com/PyO3/python3-dll-a"
77authors = [
" Sergey Kvachonok <[email protected] >" ,
" messense <[email protected] >" ,
" Adam Reichold <[email protected] >" ]
88license = " MIT"
Original file line number Diff line number Diff line change 1- Standalone ` python3(y).dll ` import library generator
2- ====================================================
1+ Standalone ` python3(y)(t) .dll ` import library generator
2+ =======================================================
33
44[ ![ Actions Status] ( https://github.com/PyO3/python3-dll-a/workflows/Test/badge.svg )] ( https://github.com/PyO3/python3-dll-a/actions )
55[ ![ Crate] ( https://img.shields.io/crates/v/python3-dll-a.svg )] ( https://crates.io/crates/python3-dll-a )
66[ ![ Documentation] ( https://docs.rs/python3-dll-a/badge.svg )] ( https://docs.rs/python3-dll-a )
77
88Generates import libraries for the Python DLL
9- (either ` python3.dll ` or ` python3y.dll ` )
9+ (either ` python3.dll ` or ` python3y(t) .dll ` )
1010for MinGW-w64 and MSVC (cross-)compile targets.
1111
1212This crate ** does not require** Python 3 distribution files
You can’t perform that action at this time.
0 commit comments