Skip to content

Commit e213e50

Browse files
committed
Drop support for Python 3.8 and 3.9
1 parent 7472cc5 commit e213e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
26+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2727
steps:
2828
- uses: actions/checkout@v4
2929
with:
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
43+
python-version: ["3.10", "3.11", "3.12", "3.13" ]
4444
steps:
4545
- uses: actions/checkout@v4
4646
with:
@@ -108,7 +108,7 @@ jobs:
108108
- 5432:5432
109109
strategy:
110110
matrix:
111-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
111+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
112112
steps:
113113
- uses: actions/checkout@v4
114114
with:

0 commit comments

Comments
 (0)