diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 80c1761..78dd171 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,10 +10,10 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: - python-version: ["3.7.1", "3.8.1", "3.9.1", "3.10.1"] + python-version: ["3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v3