Skip to content

Commit 9f4024c

Browse files
committed
ci: update lint workflow to test Python 3.9 and 3.10
- Change from 3.9/3.11 matrix to 3.9/3.10 for better coverage - Maintains appropriate dependency configurations for each version
1 parent 3eb2ea2 commit 9f4024c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.9", "3.11"]
13+
python-version: ["3.9", "3.10"]
1414
include:
1515
- python-version: "3.9"
1616
sync-extras: "--all-extras --no-extra mcp"
17-
- python-version: "3.11"
17+
- python-version: "3.10"
1818
sync-extras: "--all-extras"
1919
steps:
2020
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)