Skip to content

Commit

Permalink
Remove PY3.13 from GH Actions testing (due to other libraries/depende…
Browse files Browse the repository at this point in the history
…ncies breaking)
  • Loading branch information
ktbyers committed Aug 2, 2024
1 parent 1b3f888 commit 8b358b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.8", "3.9", "3.10.9", "3.11", "3.12", "3.13.0-beta.4"]
python-version: ["3.8", "3.9", "3.10.9", "3.11", "3.12"]

steps:
- name: Checkout repository
Expand All @@ -22,11 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
# The apt-get actions are only needed until wheel files for PY3.13 and
# lxml are released.
run: |
sudo apt-get update
sudo apt-get install -y libxml2-dev libxslt1-dev python3-dev
python -m pip install --upgrade pip
python -m pip install -e .
pip install -r requirements.txt
Expand Down

0 comments on commit 8b358b0

Please sign in to comment.