Skip to content

Commit

Permalink
try Python 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Nov 20, 2024
1 parent 48e2e91 commit 9c05be4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest]
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
python-version: ["3.9", "3.11", "3.13"] # "3.13", "3.14-dev"
python-version: ["3.9", "3.11", "3.13", "3.14-dev"] # "3.13", "3.14-dev"
env:
- MINIMAL: "true"
PROXY_TEST: "false"
Expand Down Expand Up @@ -75,13 +75,6 @@ jobs:
# package setup
- uses: actions/checkout@v4

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

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

Expand Down

0 comments on commit 9c05be4

Please sign in to comment.