Skip to content

Commit

Permalink
ci: bumpy python to 3.9 in coverage-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Jul 26, 2024
1 parent 2ec2745 commit 493d2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codacy-coverage-reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest, ]
python-version: ["3.8", ]
python-version: ["3.9", ]

runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 493d2e5

Please sign in to comment.