diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 176fa5245..0e7b6bfed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - ubuntu-latest - windows-latest python-version: - - "3.12" + - "3.12.3" - "3.11" - "3.10" - "3.9" @@ -37,9 +37,9 @@ jobs: - "TRUE" include: - os: macos-latest - python-version: "3.12" + python-version: "3.12.3" - os: macos-latest - python-version: "3.12" + python-version: "3.12.3" limited-dependencies: "TRUE" - os: macos-latest python-version: "3.8"