]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Assume Python 3.10 available in the test runners
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 13 Nov 2021 16:12:21 +0000 (17:12 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 13 Nov 2021 16:12:21 +0000 (17:12 +0100)
.github/workflows/tests.yml

index 60501c0fb935bb6f2e8dee1c992283de4ac26b63..51712f5414931cfd8d91f9e0ab84cbce2149e353 100644 (file)
@@ -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