Skip to content

Commit

Permalink
Some deps are not ready for Python 3.12, so use 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Oct 30, 2023
1 parent 5771f16 commit 8b5a8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8b5a8ed

Please sign in to comment.