Skip to content

Commit d36a15f

Browse files
committed
Add support for Python 3.13
1 parent dc34504 commit d36a15f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
fail-fast: false
88
matrix:
99
os: [windows-latest, ubuntu-latest, macos-latest]
10-
embedded-py: [3.11.5, 3.12.10]
10+
embedded-py: [3.11.5, 3.12.10, 3.13.5]
1111
name: "${{ matrix.os }}, ${{ matrix.embedded-py }}"
1212
env:
1313
create_pck: conan create . -o embedded_python-core/*:version=${{ matrix.embedded-py }} --build=missing --user=lumicks --channel=testing

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## v1.10.0 | TBD
3+
## v1.10.0 | 2025-07-23
44

5+
- Added support for Python 3.13.
56
- Switched from `pip-licenses` to `pip-licenses-cli` since the former doesn't seem to be maintained anymore and is falling behind on compatibility. See https://github.com/raimon49/pip-licenses/issues/227. The matching `pip_licenses_version` option has been renamed to `pip_licenses_cli_version`.
67
- Updated default recipe options to `pip` v25.1.1, `setuptools` v80.9.0, and `wheel` v0.45.1.
78
- Dropped support for Conan v1.

0 commit comments

Comments
 (0)