mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
Merge 829b165869
into 3443edd6d3
This commit is contained in:
commit
1dbeda8454
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
|
||||
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
|
||||
|
||||
runs-on: "ubuntu-latest"
|
||||
|
||||
|
@ -43,6 +43,8 @@ jobs:
|
|||
run: sudo apt-get install -y libxml2-dev libxslt-dev python3-dev
|
||||
- name: Install possible shapely build requirements (if building from source)
|
||||
run: sudo apt-get install -y libgeos-dev
|
||||
- name: Install possible Pillow build requirements (if building from source)
|
||||
run: sudo apt-get install -y libjpeg-dev
|
||||
|
||||
- name: Update pip
|
||||
run: python3 -m pip install -U pip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue