Skip to content

Commit

Permalink
Merge branch 'main' into Xmader/fix/fix-mem-bugs-using-debug-build
Browse files Browse the repository at this point in the history
  • Loading branch information
wesgarland authored Oct 10, 2024
2 parents a4762ae + a799e35 commit 38309a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
- '3.10'
- '3.11'
- '3.12'
- '3.13-dev'
- '3.13'
build_type:
type: choice
description: 'Choose the build type to use'
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-20.04', 'macos-12', 'macos-14', 'windows-2022', 'pi' ]
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev' ]
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 38309a3

Please sign in to comment.