diff --git a/.github/workflows/codacy-coverage-reporter.yaml b/.github/workflows/codacy-coverage-reporter.yaml index c9a8596f..0e610bb1 100644 --- a/.github/workflows/codacy-coverage-reporter.yaml +++ b/.github/workflows/codacy-coverage-reporter.yaml @@ -9,7 +9,7 @@ jobs: strategy: matrix: platform: [ ubuntu-latest, ] - python-version: ["3.8", ] + python-version: ["3.9", ] runs-on: ${{ matrix.platform }} steps: