diff --git a/.github/workflows/build_test_publish_linux.yml b/.github/workflows/build_test_publish_linux.yml index 7b938a2..98a3af6 100644 --- a/.github/workflows/build_test_publish_linux.yml +++ b/.github/workflows/build_test_publish_linux.yml @@ -18,7 +18,13 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: [pypy-3.7, pypy3, 3.9, 3.8, 3.7, 3.6] + python-version: ["pypy-3.7", + "pypy-3.6", + "3.10", + "3.9", + "3.8", + "3.7", + "3.6"] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/build_test_publish_macos.yml b/.github/workflows/build_test_publish_macos.yml index ca75299..24c1e7d 100644 --- a/.github/workflows/build_test_publish_macos.yml +++ b/.github/workflows/build_test_publish_macos.yml @@ -18,7 +18,13 @@ jobs: fail-fast: false matrix: os: ["macOS-latest"] - python-version: [pypy-3.7, pypy3, 3.9, 3.8, 3.7, 3.6] + python-version: ["pypy-3.7", + "pypy-3.6", + "3.10", + "3.9", + "3.8", + "3.7", + "3.6"] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/build_test_publish_windows.yml b/.github/workflows/build_test_publish_windows.yml index 13e30fd..c6d4252 100644 --- a/.github/workflows/build_test_publish_windows.yml +++ b/.github/workflows/build_test_publish_windows.yml @@ -18,7 +18,11 @@ jobs: fail-fast: false matrix: os: ["windows-latest"] - python-version: [3.9, 3.8, 3.7, 3.6] + python-version: ["3.10", + "3.9", + "3.8", + "3.7", + "3.6"] steps: - uses: actions/checkout@v2