Skip to content

Commit

Permalink
Remove python2 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonsantos committed Jan 8, 2025
1 parent efeb037 commit 6ce3f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.7, 3.8, 3.9, "3.10", 3.11]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: LizardByte/setup-python[email protected]
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
Expand Down

0 comments on commit 6ce3f00

Please sign in to comment.