Skip to content

Commit

Permalink
Remove Python 3.7 from github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Sep 15, 2023
1 parent 11a916b commit 177ce7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting_and_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [self-hosted]
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9", "3.10"]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
Expand Down

0 comments on commit 177ce7e

Please sign in to comment.