From 8b5a8edff3b0d1fd0c43cfaf6c9885d19faed014 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 29 Oct 2023 23:47:52 -0700 Subject: [PATCH] Some deps are not ready for Python 3.12, so use 3.10 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d60525c..a9d6103 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,10 +21,10 @@ jobs: matrix: include: - os: ubuntu-latest - python: "3.11" + python: "3.10" tesseract5: true - os: ubuntu-latest - python: "3.12" + python: "3.11" tesseract5: true env: OS: ${{ matrix.os }}