diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0e57da37d..f8a9c99d6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [ubuntu] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy3"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/python-linux.yml b/.github/workflows/python-linux.yml index c0dd2bc7d..7402aba1b 100644 --- a/.github/workflows/python-linux.yml +++ b/.github/workflows/python-linux.yml @@ -35,7 +35,7 @@ jobs: fail-fast: false matrix: os: [ubuntu] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy3"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/python-macos.yml b/.github/workflows/python-macos.yml index dc6a725d9..8ae21aa66 100644 --- a/.github/workflows/python-macos.yml +++ b/.github/workflows/python-macos.yml @@ -11,8 +11,7 @@ jobs: fail-fast: false matrix: os: [macos] - python-version: - ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy-3.7-v7.3.3"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7-v7.3.3"] steps: - name: Checkout uses: actions/checkout@v2