Skip to content

Commit d17d7b9

Browse files
committed
drop support for 3.8
1 parent 11549f8 commit d17d7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-22.04
66
strategy:
77
matrix:
8-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
8+
python-version: [3.9, "3.10", "3.11", "3.12"]
99

1010
steps:
1111
- name: "Begin CI..."

0 commit comments

Comments
 (0)