Skip to content

Commit 4d6f917

Browse files
committed
Drop 3.7 support
1 parent aaae7db commit 4d6f917

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python: ['3.7', '3.8', '3.9', '3.10']
12+
python: ['3.8', '3.9', '3.10']
1313

1414
steps:
1515
- name: Checkout
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
python: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
37+
python: ['3.8', '3.9', '3.10', '3.11-dev']
3838
check_formatting: ['0']
3939
extra_name: ['']
4040
include:
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
python: ['3.7', '3.8', '3.9', '3.10']
73+
python: ['3.8', '3.9', '3.10']
7474
steps:
7575
- name: Checkout
7676
uses: actions/checkout@v2

0 commit comments

Comments
 (0)