Skip to content

Commit

Permalink
Github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnDamerell committed Jan 24, 2025
1 parent d083535 commit 6542fc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
strategy:
matrix:
# The sonic pad runs 3.7, so it's important to keep it here to make sure all of our required dependencies work
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
# Github removed support for 3.7, so we need to find another way to test it.
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 6542fc2

Please sign in to comment.