Attempt to fix matrix and unpaper version error

This commit is contained in:
James R. Barlow
2024-10-27 14:04:45 -07:00
parent 23bc247b9c
commit 9d042767cc
2 changed files with 7 additions and 5 deletions
+3 -3
View File
@@ -25,7 +25,7 @@ jobs:
python: ["3.10", "3.11", "3.12", "3.13"]
include:
- os: ubuntu-22.04
tesseract_ppa: true
tesseract_ppa: "ppa"
python: "3.10"
- os: ubuntu-24.04
python: "pypy3.10"
@@ -113,7 +113,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, macos-13] # macos-latest is arm64, macos-13 is x86_64
python: ["3.10", "3.11", "3.12"]
python: ["3.10", "3.11", "3.12", "3.13"]
env:
OS: ${{ matrix.os }}
@@ -175,7 +175,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python: ["3.10", "3.11", "3.12"]
python: ["3.10", "3.11", "3.12", "3.13"]
env:
OS: ${{ matrix.os }}