Skip to content

Commit 783dc4b

Browse files
committed
lxml: 6.0.0 / 3.13t + 3.14{,t}-dev
1 parent 352b1e2 commit 783dc4b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/lxml.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
os:
1212
- ubuntu-latest
1313
- windows-latest
14+
python:
15+
- "3.13t"
16+
- "3.14-dev"
17+
- "3.14t-dev"
1418
runs-on: ${{ matrix.os }}
1519
timeout-minutes: 60
1620
steps:
@@ -20,7 +24,7 @@ jobs:
2024
ref: 2a67034bc21150e9cc14500f65c41fa4e9d51c9b
2125
- uses: actions/setup-python@v5
2226
with:
23-
python-version: "3.14-dev"
27+
python-version: ${{ matrix.python }}
2428
- name: Install python deps
2529
run: |
2630
pip install -U build wheel cython
@@ -44,7 +48,7 @@ jobs:
4448
python -c 'import lxml.etree;[print(f"lxml.etree.{k} == {getattr(lxml.etree,k)}") for k in ["__version__","LIBXML_VERSION","LIBXSLT_VERSION"]]'
4549
- uses: actions/upload-artifact@v4
4650
with:
47-
name: ${{ matrix.os }}
51+
name: ${{ matrix.os }}_${{ matrix.python }}
4852
path: ./dist/lxml-*.whl
4953
deploy:
5054
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)