Skip to content

Commit 8b358b0

Browse files
committed
Remove PY3.13 from GH Actions testing (due to other libraries/dependencies breaking)
1 parent 1b3f888 commit 8b358b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/commit.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
max-parallel: 4
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10.9", "3.11", "3.12", "3.13.0-beta.4"]
13+
python-version: ["3.8", "3.9", "3.10.9", "3.11", "3.12"]
1414

1515
steps:
1616
- name: Checkout repository
@@ -22,11 +22,7 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323

2424
- name: Install dependencies
25-
# The apt-get actions are only needed until wheel files for PY3.13 and
26-
# lxml are released.
2725
run: |
28-
sudo apt-get update
29-
sudo apt-get install -y libxml2-dev libxslt1-dev python3-dev
3026
python -m pip install --upgrade pip
3127
python -m pip install -e .
3228
pip install -r requirements.txt

0 commit comments

Comments
 (0)