diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c0f8df7..3581d88 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8.12] + python-version: [3.10.0rc2] steps: - name: Set static enviornment values