diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 787867928f..a8ac8aaa3d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,8 +24,9 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-13, windows-latest] + os: [ubuntu-22.04, macos-13, windows-latest] python-version: + - '3.13' - '3.12' - '3.11' - '3.10'