We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e31a98 commit c4509e2Copy full SHA for c4509e2
.github/workflows/test_package.yml
@@ -7,7 +7,7 @@ jobs:
7
fail-fast: false
8
matrix:
9
os: [windows-latest, ubuntu-latest, macos-latest]
10
- embedded-py: [3.11.5, 3.12.7]
+ embedded-py: [3.11.5, 3.12.7, 3.13.0]
11
name: "${{ matrix.os }}, ${{ matrix.embedded-py }}"
12
env:
13
create_pck: conan create . -o embedded_python-core/*:version=${{ matrix.embedded-py }} --build=missing --user=lumicks --channel=testing
0 commit comments