File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
1111### Changed
1212### Fixed
1313
14+ ## [ 3.0.5] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.5 ) - 2024-12-13
15+
16+ ### Added
17+
18+ - Support for Python 3.13 (#2454 )
19+
1420
1521## [ 3.0.4] ( https://github.com/pythonnet/pythonnet/releases/tag/v3.0.4 ) - 2024-09-19
1622
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Sources = "https://github.com/pythonnet/pythonnet"
5555[tool .setuptools ]
5656zip-safe = false
5757py-modules = [" clr" ]
58+ license-files = []
5859
5960[tool .setuptools .dynamic .version ]
6061file = " version.txt"
Original file line number Diff line number Diff line change 1212 <RepositoryUrl >https://github.com/pythonnet/pythonnet</RepositoryUrl >
1313 <RepositoryType >git</RepositoryType >
1414 <PackageTags >python interop dynamic dlr Mono pinvoke</PackageTags >
15- <PackageIcon >python-clear.png</PackageIcon >
16- <PackageIconUrl >https://raw.githubusercontent.com/pythonnet/pythonnet/master/src/console/python-clear.ico</PackageIconUrl >
1715 <PackageProjectUrl >https://pythonnet.github.io/</PackageProjectUrl >
1816 <PackageReadmeFile >README.md</PackageReadmeFile >
1917 <PublishRepositoryUrl >true</PublishRepositoryUrl >
4846 <ItemGroup >
4947 <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " />
5048 <None Include =" README.md" Pack =" true" PackagePath =" " />
51- <None Include =" ..\..\src\console\python-clear.png" Pack =" true" PackagePath =" " />
5249 </ItemGroup >
5350
5451 <ItemGroup >
You can’t perform that action at this time.
0 commit comments