diff --git a/.github/workflows/ci_and_build_release.yml b/.github/workflows/ci_and_build_release.yml index 64c54a0..3907a94 100644 --- a/.github/workflows/ci_and_build_release.yml +++ b/.github/workflows/ci_and_build_release.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - 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' ] python-architecture: [ '' ] include: - os: windows-latest