Skip to content

Commit cd0eb15

Browse files
committed
Bump dependencies
1 parent 7dc20bb commit cd0eb15

4 files changed

Lines changed: 477 additions & 836 deletions

File tree

.github/workflows/test-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: Install packages
2121
run: sudo apt-get install libgl1 libpoppler-cpp-dev libpoppler-cpp0v5 libzbar0 tesseract-ocr
2222

23-
- name: Set up Python 3.12
23+
- name: Set up Python 3.14
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: 3.12
26+
python-version: 3.14
2727

2828
- name: Install poetry
2929
run: python -m pip install poetry
@@ -37,15 +37,15 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
python-version: ["3.10", "3.11", "3.12"]
40+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4141

4242
steps:
4343

4444
- name: Checkout repository
4545
uses: actions/checkout@v4
4646

4747
- name: Install packages
48-
run: sudo apt-get install libgl1 libpoppler-cpp-dev libpoppler-cpp0v5 libzbar0 tesseract-ocr
48+
run: sudo apt-get install libgl1 libfuzzy-dev libpoppler-cpp-dev libpoppler-cpp0v5 libzbar0 tesseract-ocr
4949

5050
- name: Set up Python ${{ matrix.python-version }}
5151
uses: actions/setup-python@v5
@@ -81,8 +81,8 @@ jobs:
8181
if: always()
8282
run: cat error.log
8383

84-
- name: Upload package artifcat
85-
if: ${{ matrix.python-version == '3.12' }}
84+
- name: Upload package artifact
85+
if: ${{ matrix.python-version == '3.14' }}
8686
uses: actions/upload-artifact@v4
8787
with:
8888
name: python-package-distributions

0 commit comments

Comments
 (0)