Skip to content

Commit 38309a3

Browse files
authored
Merge branch 'main' into Xmader/fix/fix-mem-bugs-using-debug-build
2 parents a4762ae + a799e35 commit 38309a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
- '3.10'
3131
- '3.11'
3232
- '3.12'
33-
- '3.13-dev'
33+
- '3.13'
3434
build_type:
3535
type: choice
3636
description: 'Choose the build type to use'
@@ -133,7 +133,7 @@ jobs:
133133
fail-fast: false
134134
matrix:
135135
os: [ 'ubuntu-20.04', 'macos-12', 'macos-14', 'windows-2022', 'pi' ]
136-
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev' ]
136+
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
137137
runs-on: ${{ matrix.os }}
138138
steps:
139139
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)