Skip to content

Commit 3b0242b

Browse files
authored
Merge pull request #410 from NannyML/feat/drop-python-37-support
Remove support for python 3.7
2 parents dd23040 + a618d40 commit 3b0242b

File tree

4 files changed

+19
-802
lines changed

4 files changed

+19
-802
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# The type of runner that the job will run on
2121
strategy:
2222
matrix:
23-
python-versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
23+
python-versions: ['3.8', '3.9', '3.10', '3.11']
2424
os: [ubuntu-20.04]
2525
# os: [ubuntu-18.04, macos-latest, windows-latest]
2626
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)