Skip to content

Commit b643a61

Browse files
committed
gh-actions: test Python 3.14.0rc1
1 parent cd695e9 commit b643a61

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
py-ver-major: [3]
23-
py-ver-minor: [9, 10, 11, 12, 13]
23+
py-ver-minor: [9, 10, 11, 12, 13, 14]
2424
step: [lint, unit, bandit, mypy]
2525

2626
env:
@@ -31,7 +31,6 @@ jobs:
3131
- uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
34-
allow-prereleases: true
3534

3635
- name: Set up Singularity
3736
if: ${{ matrix.step == 'unit' || matrix.step == 'mypy' }}
@@ -49,6 +48,9 @@ jobs:
4948
requirements.txt
5049
tox.ini
5150
51+
- name: install dev libraries
52+
run: sudo apt-get install -y libxml2-dev libxslt-dev
53+
5254
- name: Upgrade setuptools and install tox
5355
run: |
5456
pip install -U pip setuptools wheel

0 commit comments

Comments
 (0)