Skip to content

Commit

Permalink
actions: upgrade Python versions (#574)
Browse files Browse the repository at this point in the history
* tests: upgrade Python versions

* fix 3.13 setup

* revert
  • Loading branch information
adbar committed Apr 24, 2024
1 parent e86a91e commit 57a22f4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/tests.yml
Expand Up @@ -26,14 +26,12 @@ jobs:
python-version: 3.6
- os: ubuntu-20.04
python-version: 3.7
- os: macos-latest
- os: ubuntu-20.04
python-version: 3.8
- os: macos-latest
python-version: "3.10"
- os: macos-latest
python-version: "3.12"
- os: windows-latest
python-version: 3.8
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.10"
- os: ubuntu-latest
Expand Down Expand Up @@ -64,6 +62,13 @@ jobs:
# package setup
- uses: actions/checkout@v4

# only where prebuilt wheels do not exist
# - name: Install LXML dependencies
# if: ${{ matrix.python-version == '3.13-dev' }}
# run: |
# sudo apt-get update
# sudo apt-get install libxml2-dev libxslt-dev

- name: Install dependencies
run: python -m pip install -e "."

Expand Down

0 comments on commit 57a22f4

Please sign in to comment.