Skip to content

Commit

Permalink
Try only testing on python versions 3.9 and 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieblaum committed Oct 3, 2024
1 parent a48eafd commit 623c454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10"]

steps:
- name: Check out the repository
Expand All @@ -31,7 +31,7 @@ jobs:
run: |
ls -al
- name: Lint with Pylint using custom rcfile
- name: Lint with Pylint
run: |
pylint eclipsebin
Expand Down

0 comments on commit 623c454

Please sign in to comment.