Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaGrover authored Dec 14, 2023
1 parent 025cdc7 commit 028b7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python: ['3.7', '3.8']
python: ['3.8', '3.10']
container:
image: python:${{ matrix.python }}
steps:
Expand All @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python: ['3.7', '3.8']
python: ['3.8', '3.10']
container:
image: python:${{ matrix.python }}
steps:
Expand Down

0 comments on commit 028b7db

Please sign in to comment.