Skip to content

Commit a1e0c47

Browse files
committed
adjusted version for test runner
1 parent a3b7b0e commit a1e0c47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.10", "3.11", "3.12", "3.13"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Python
4242
uses: actions/setup-python@v5
4343
with:
44-
python-version: "3.12"
44+
python-version: "3.10"
4545

4646
- name: Install uv
4747
uses: astral-sh/setup-uv@v4

0 commit comments

Comments
 (0)