mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-06-26 23:49:59 +00:00
Enable Python 3.13 experimental
This commit is contained in:
parent
cd910fbf21
commit
5e1e2497ab
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -19,8 +19,10 @@ jobs:
|
||||
test_linux:
|
||||
name: Test ${{ matrix.os }} with Python ${{ matrix.python }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
strategy:
|
||||
matrix:
|
||||
experimental: [false]
|
||||
include:
|
||||
- os: ubuntu-22.04
|
||||
python: "3.10"
|
||||
@ -34,6 +36,9 @@ jobs:
|
||||
tesseract5: true
|
||||
- os: ubuntu-latest
|
||||
python: "pypy3.10"
|
||||
- os: ubuntu-22.04
|
||||
python: "3.13"
|
||||
experimental: true
|
||||
|
||||
env:
|
||||
OS: ${{ matrix.os }}
|
||||
@ -49,6 +54,7 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
cache: "pip"
|
||||
allow-prereleases: ${{ matrix.experimental }}
|
||||
|
||||
- name: Install Tesseract 5
|
||||
if: matrix.tesseract5
|
||||
|
Loading…
x
Reference in New Issue
Block a user