Skip to content

Commit

Permalink
Add support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dean0x7d committed Nov 11, 2024
1 parent 0e31a98 commit c4509e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
embedded-py: [3.11.5, 3.12.7]
embedded-py: [3.11.5, 3.12.7, 3.13.0]
name: "${{ matrix.os }}, ${{ matrix.embedded-py }}"
env:
create_pck: conan create . -o embedded_python-core/*:version=${{ matrix.embedded-py }} --build=missing --user=lumicks --channel=testing
Expand Down

0 comments on commit c4509e2

Please sign in to comment.