Skip to content

Commit

Permalink
Merge pull request #20 from cpuguy96/cpuguy96-patch-2
Browse files Browse the repository at this point in the history
Set Python version to 3.10
  • Loading branch information
cpuguy96 committed Dec 2, 2023
2 parents 0dc65dc + cd73bb1 commit 217cc22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.10" ]

steps:
- uses: actions/checkout@v3
Expand All @@ -30,4 +30,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
pytest

0 comments on commit 217cc22

Please sign in to comment.