Skip to content

Commit c4509e2

Browse files
committed
Add support for Python 3.13
1 parent 0e31a98 commit c4509e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_package.yml

+1-1
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.7]
10+
embedded-py: [3.11.5, 3.12.7, 3.13.0]
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

0 commit comments

Comments
 (0)