diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2a2737f16..9e2094a13 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - pyVersion: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ] + pyVersion: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ] with: os: ubuntu-latest pyVersion: ${{ matrix.pyVersion }} @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - pyVersion: [ '3.9', '3.10', '3.11', '3.12' ] + pyVersion: [ '3.9', '3.10', '3.11', '3.12', '3.13' ] with: os: windows-latest pyVersion: ${{ matrix.pyVersion }}