Skip to content

Commit 2f29b4c

Browse files
committed
ci: fix versions
1 parent 9f4024c commit 2f29b4c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
13+
python-version: ["3.9", "3.10", "3.14"]
1414
include:
1515
- python-version: "3.9"
1616
test-extras: "--all-extras --no-extra mcp"
1717
- python-version: "3.10"
1818
test-extras: "--all-extras"
19-
- python-version: "3.11"
20-
test-extras: "--all-extras"
21-
- python-version: "3.12"
22-
test-extras: "--all-extras"
23-
- python-version: "3.13"
19+
- python-version: "3.14"
2420
test-extras: "--all-extras"
2521
env:
2622
STACKONE_API_KEY: ${{ secrets.STACKONE_API_KEY }}

0 commit comments

Comments
 (0)