We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb2ea2 commit 9f4024cCopy full SHA for 9f4024c
.github/workflows/lint.yml
@@ -10,11 +10,11 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- python-version: ["3.9", "3.11"]
+ python-version: ["3.9", "3.10"]
14
include:
15
- python-version: "3.9"
16
sync-extras: "--all-extras --no-extra mcp"
17
- - python-version: "3.11"
+ - python-version: "3.10"
18
sync-extras: "--all-extras"
19
steps:
20
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments