We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1c281 commit 2e09228Copy full SHA for 2e09228
1 file changed
.github/workflows/ci.yaml
@@ -10,18 +10,15 @@ on:
10
11
jobs:
12
test:
13
- name: Test (Python ${{ matrix.python-version }})
+ name: Test
14
runs-on: ubuntu-latest
15
- strategy:
16
- matrix:
17
- python-version: ["3.9", "3.10", "3.11", "3.12"]
18
19
steps:
20
- uses: actions/checkout@v4
21
22
- uses: actions/setup-python@v5
23
with:
24
- python-version: ${{ matrix.python-version }}
+ python-version: "3.14"
25
26
- name: Install dependencies
27
run: pip install -e ".[dev]"
@@ -46,7 +43,7 @@ jobs:
46
43
47
44
48
45
49
- python-version: "3.11"
50
51
- name: Install build tools
52
run: pip install build twine
0 commit comments