From 532d00d945f97cc99dd629f0e25fd4b443bdefcf Mon Sep 17 00:00:00 2001 From: benfred Date: Thu, 5 Dec 2024 01:32:26 +0000 Subject: [PATCH] Update tested python versions --- .github/workflows/build.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e8231cd..5313c120 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -203,7 +203,7 @@ jobs: 3.10.0, 3.10.15, 3.11.0, - 3.11.10, + 3.11.11, 3.12.0, 3.12.1, 3.12.2, @@ -212,7 +212,9 @@ jobs: 3.12.5, 3.12.6, 3.12.7, + 3.12.8, 3.13.0, + 3.13.1, ] # TODO: also test windows os: [ubuntu-20.04, macos-13, windows-latest] @@ -229,9 +231,9 @@ jobs: - os: windows-latest python-version: 3.10.15 - os: macos-13 - python-version: 3.11.10 + python-version: 3.11.11 - os: windows-latest - python-version: 3.11.10 + python-version: 3.11.11 - os: macos-13 python-version: 3.12.0 - os: windows-latest @@ -264,6 +266,10 @@ jobs: python-version: 3.12.7 - os: windows-latest python-version: 3.12.7 + - os: macos-13 + python-version: 3.12.8 + - os: windows-latest + python-version: 3.12.8 steps: - uses: actions/checkout@v2