Daniel Wiesmann commited on
Commit
d4fae95
·
1 Parent(s): 3245c3b

Drop 3.14 from CI test matrix

Browse files

Only 3.13 is used in Docker (python:3.13-slim), no need to test
against a version we don't run on.

Files changed (1) hide show
  1. .github/workflows/ci.yml +1 -4
.github/workflows/ci.yml CHANGED
@@ -31,14 +31,11 @@ jobs:
31
 
32
  test:
33
  runs-on: ubuntu-latest
34
- strategy:
35
- matrix:
36
- python-version: ["3.13", "3.14"]
37
  steps:
38
  - uses: actions/checkout@v4
39
  - uses: actions/setup-python@v5
40
  with:
41
- python-version: ${{ matrix.python-version }}
42
  - name: Install uv
43
  run: |
44
  curl -LsSf https://astral.sh/uv/install.sh | sh
 
31
 
32
  test:
33
  runs-on: ubuntu-latest
 
 
 
34
  steps:
35
  - uses: actions/checkout@v4
36
  - uses: actions/setup-python@v5
37
  with:
38
+ python-version: "3.13"
39
  - name: Install uv
40
  run: |
41
  curl -LsSf https://astral.sh/uv/install.sh | sh