Skip to content

Commit

Permalink
upgrade matrix tests to point to new os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rlittlefield committed Jun 4, 2024
1 parent 197a6c1 commit 741dba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
poetry-version: ["1.8.3"]
os: [ubuntu-18.04, macos-latest, windows-latest]
os: [ubuntu-latest, ubuntu-22.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 741dba9

Please sign in to comment.