Skip to content

Commit

Permalink
[CI/CD](linting_and_testing.yaml): Update GA test workflow to Python …
Browse files Browse the repository at this point in the history
…>3.9
  • Loading branch information
PauAndrio committed Oct 17, 2024
1 parent 9999cbb commit 695a163
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 @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [self-hosted]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
Expand Down

0 comments on commit 695a163

Please sign in to comment.