diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b042d404..d9fca7da 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -89,7 +89,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.9" cache: 'pip' - name: Install dependencies @@ -115,4 +115,4 @@ jobs: - name: Run Tests timeout-minutes: ${{ matrix.timeout }} - run: python -m pytest ${{ matrix.path }} \ No newline at end of file + run: python -m pytest ${{ matrix.path }}