Skip to content

Commit

Permalink
Merge pull request #56 from embotech/remove-37-support
Browse files Browse the repository at this point in the history
Removes 3.7 support
  • Loading branch information
phschiele authored Jun 18, 2024
2 parents 81965ec + fdbab66 commit a957a33
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 a957a33

Please sign in to comment.