We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32db681 commit f771636Copy full SHA for f771636
1 file changed
.github/workflows/python-tests.yml
@@ -13,17 +13,13 @@ on:
13
14
jobs:
15
test:
16
- strategy:
17
- matrix:
18
- version: ["3.14"]
19
- os: [ubuntu-latest]
20
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v6
23
- - name: Set up Python ${{ matrix.version }}
+ - name: Set up Python 3.14
24
uses: actions/setup-python@v6
25
with:
26
- python-version: "${{ matrix.version }}"
+ python-version: "3.14"
27
- name: Install uv
28
uses: astral-sh/setup-uv@v7
29
- name: Install dependencies
0 commit comments