diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 26df2d9..769d30b 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -25,6 +25,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' # Test all on ubuntu, test ends on macos and windows include: - os: macos-latest @@ -32,9 +33,9 @@ jobs: - os: windows-latest python-version: '3.9' - os: macos-latest - python-version: '3.12' + python-version: '3.13' - os: windows-latest - python-version: '3.12' + python-version: '3.13' - os: ubuntu-20.04 python-version: '3.9' install-args: --resolution=lowest-direct