Skip to content

Commit b9bc595

Browse files
committed
remove support for 3.7 because of difference in AST
1 parent f9f381b commit b9bc595

File tree

3 files changed

+406
-412
lines changed

3 files changed

+406
-412
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
needs: [flake8_py3]
3333
strategy:
3434
matrix:
35-
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
35+
python: ['3.8', '3.9', '3.10', '3.11']
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Set up Python

0 commit comments

Comments
 (0)