Skip to content

Commit

Permalink
Python 3.7 no longer supported by poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Mennella committed Sep 7, 2023
1 parent 8907a0b commit c48eaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ "ubuntu-latest", "macos-latest" ]
python-version: [ "3.7", "3.8", "3.9" ]
python-version: [ "3.8", "3.9", "3.10" ]
runs-on: ${{ matrix.os }}
steps:
#----------------------------------------------
Expand Down

0 comments on commit c48eaba

Please sign in to comment.