Skip to content

Commit

Permalink
Remove Python 3.6/7, seems to be missing from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matan129 committed Nov 30, 2023
1 parent 4f41feb commit 0a17de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Skip version 3.10 as this is handled within the
# SonarCloud job. That ensures coverage is uploaded.
# See "sonar.python.version" in ./sonar-project.properties
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
python-version: [ '3.8', '3.9' ]
name: CI Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0a17de1

Please sign in to comment.