Skip to content

Commit 2616dad

Browse files
committed
remove linting on unsupported 3.8
1 parent 289ca4d commit 2616dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
# run static analysis on bleeding and trailing edges
25-
python-version: [ '3.8', '3.10', '3.13' ]
25+
python-version: [ '3.9', '3.13' ]
2626

2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)