Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Remove Python 3.6 from the ubuntu-latest target since it's no longer supported

actions/runner-images#6399
  • Loading branch information
jacobschaer committed Jun 30, 2023
1 parent 1a1403e commit fa45147
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v3
Expand All @@ -26,4 +26,4 @@ jobs:
pip install pytest pytest-mock
- name: Test with pytest
run: |
pytest
pytest

0 comments on commit fa45147

Please sign in to comment.