8000 Merge branch 'master' into uv · pythonnet/pythonnet@e331609 · GitHub
[go: up one dir, main page]

Skip to content

Commit e331609

Browse files
authored
Merge branch 'master' into uv
2 parents 15665b3 + dfd746b commit e331609

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Sources = "https://github.com/pythonnet/pythonnet"
5555
[tool.setuptools]
5656
zip-safe = false
5757
py-modules = ["clr"]
58+
license-files = []
5859

5960
[tool.setuptools.dynamic.version]
6061
file = "version.txt"

src/runtime/Python.Runtime.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
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>
@@ -48,7 +46,6 @@
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>

0 commit comments

Comments
 (0)
0