Skip to content

Commit 174ed53

Browse files
committed
Add support for Python 3.13
1 parent 1335e80 commit 174ed53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## v1.10.0 | TBD
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
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)