diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3f47cbb..ac65ddc0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -193,11 +193,11 @@ jobs: 3.8.0, 3.8.18, 3.9.0, - 3.9.23, + 3.9.25, 3.10.0, - 3.10.18, + 3.10.19, 3.11.0, - 3.11.13, + 3.11.14, 3.12.0, 3.12.1, 3.12.2, @@ -210,6 +210,7 @@ jobs: 3.12.9, 3.12.10, 3.12.11, + 3.12.12, 3.13.0, 3.13.1, 3.13.2, @@ -218,6 +219,8 @@ jobs: 3.13.5, 3.13.6, 3.13.7, + 3.13.8, + 3.13.9, ] os: [ubuntu-22.04, macos-13, windows-latest, ubuntu-22.04-arm] # some versions of python can't be tested on GHA with osx because of SIP: @@ -251,17 +254,17 @@ jobs: - os: ubuntu-22.04-arm python-version: 3.9.0 - os: windows-latest - python-version: 3.9.23 + python-version: 3.9.25 - os: ubuntu-22.04 python-version: 3.10.0 - os: ubuntu-22.04-arm python-version: 3.10.0 - os: windows-latest - python-version: 3.10.18 + python-version: 3.10.19 - os: macos-13 - python-version: 3.11.13 + python-version: 3.11.14 - os: windows-latest - python-version: 3.11.13 + python-version: 3.11.14 - os: macos-13 python-version: 3.12.0 - os: macos-13 @@ -288,6 +291,10 @@ jobs: python-version: 3.12.11 - os: windows-latest python-version: 3.12.11 + - os: macos-13 + python-version: 3.12.12 + - os: windows-latest + python-version: 3.12.12 steps: - uses: actions/checkout@v5