Skip to content

Commit

Permalink
bumping to requiring 3.8, fixing flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
evinism committed Oct 8, 2024
1 parent f39db38 commit 320ba3f
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 194 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7"," 3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
poetry-version: [1.3.1]
os: [ubuntu-18.04, macos-latest, windows-latest]
exclude:
- python-version: "3.7"
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 320ba3f

Please sign in to comment.