Skip to content

Commit a957a33

Browse files
authored
Merge pull request #56 from embotech/remove-37-support
Removes 3.7 support
2 parents 81965ec + fdbab66 commit a957a33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ ubuntu-20.04, macos-12, windows-2019 ]
27-
python-version: [ 3.9, 3.8, "3.10", "3.11", "3.12" ]
27+
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12" ]
2828

2929
env:
3030
PYTHON_VERSION: ${{ matrix.python-version }}
@@ -69,7 +69,7 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
os: [ ubuntu-20.04, macos-12, windows-2019 ]
72-
python-version: [ 3.7, 3.9, "3.10", "3.11", "3.12" ]
72+
python-version: [ 3.9, "3.10", "3.11", "3.12" ]
7373
include:
7474
- os: ubuntu-20.04
7575
python-version: 3.8

0 commit comments

Comments
 (0)