Skip to content

Commit

Permalink
removes 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
phschiele authored Jun 18, 2024
1 parent 81965ec commit fdbab66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-12, windows-2019 ]
python-version: [ 3.9, 3.8, "3.10", "3.11", "3.12" ]
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12" ]

env:
PYTHON_VERSION: ${{ matrix.python-version }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-12, windows-2019 ]
python-version: [ 3.7, 3.9, "3.10", "3.11", "3.12" ]
python-version: [ 3.9, "3.10", "3.11", "3.12" ]
include:
- os: ubuntu-20.04
python-version: 3.8
Expand Down

0 comments on commit fdbab66

Please sign in to comment.