Skip to content

Commit eea5c3a

Browse files
authored
python 3.8 dropped in main
1 parent 00bde2f commit eea5c3a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
flake8: 'flake8==7.*'
2727
- python: '3.7'
2828
flake8: 'flake8==6.*'
29+
- python: '3.8'
30+
flake8: 'git+https://github.com/pycqa/flake8.git@main'
2931
- python: '3.12'
3032
flake8: 'flake8==4.*'
3133
- python: '3.13'

0 commit comments

Comments
 (0)