Skip to content

Commit 49d2c5c

Browse files
authored
Run tests with more Python versions (#22)
1 parent 167d1ed commit 49d2c5c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python: ["3.10", "3.11", "3.12", "3.13"]
15-
clang: ["18"]
14+
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1615

1716
steps:
1817
- uses: actions/checkout@v4
@@ -21,11 +20,6 @@ jobs:
2120
with:
2221
enable-cache: true
2322
python-version: ${{ matrix.python }}
24-
- name: Setup Clang
25-
uses: egor-tensin/setup-clang@v1
26-
with:
27-
version: ${{ matrix.clang }}
28-
platform: x64
2923
- name: Install the project
3024
run: uv sync
3125
- name: Linting checks

0 commit comments

Comments
 (0)