Skip to content

Commit a9ebcd4

Browse files
committed
drop support for 3.8
1 parent 3ee8b9b commit a9ebcd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: [3.8, 3.9, 3.10.6]
21+
python-version: [3.9, 3.10.6]
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
python-version: [3.8, 3.9, 3.10.6]
72+
python-version: [3.9, 3.10.6]
7373

7474
steps:
7575
- uses: actions/checkout@v2
@@ -103,7 +103,7 @@ jobs:
103103
strategy:
104104
fail-fast: false
105105
matrix:
106-
python-version: [3.8, 3.9, 3.10.6]
106+
python-version: [3.9, 3.10.6]
107107

108108
steps:
109109
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)