From: Daniele Varrazzo Date: Sat, 13 Nov 2021 16:12:21 +0000 (+0100) Subject: Assume Python 3.10 available in the test runners X-Git-Tag: 3.0.4~16^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb3baefe702391dc3b06abbab1241bddce9be34;p=thirdparty%2Fpsycopg.git Assume Python 3.10 available in the test runners --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 60501c0fb..51712f541 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,12 +38,6 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python }} - if: ${{ matrix.python != '3.10' }} - - - uses: actions/setup-python@v2 - with: - python-version: "3.10.0-alpha - 3.10.0" - if: ${{ matrix.python == '3.10' }} - name: Install libpq 14 if: ${{ matrix.libpq == '14' }} @@ -134,12 +128,6 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python }} - if: ${{ matrix.python != '3.10' }} - - - uses: actions/setup-python@v2 - with: - python-version: "3.10.0-alpha - 3.10.0" - if: ${{ matrix.python == '3.10' }} - name: Install tox run: pip install tox @@ -189,14 +177,6 @@ jobs: $PgSvc.Start() - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python }} - if: ${{ matrix.python != '3.10' }} - - - uses: actions/setup-python@v2 - with: - python-version: "3.10.0-alpha - 3.10.0" - if: ${{ matrix.python == '3.10' }} - name: Install tox run: pip install tox wheel