Skip to content

Commit

Permalink
Merge pull request #78 from mikegerber/test-python-3.11
Browse files Browse the repository at this point in the history
✔️ Test on Python 3.11
  • Loading branch information
mikegerber authored Oct 16, 2023
2 parents 3cf4887 + 2a8dafc commit a869369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ workflows:
- screenshots
matrix:
parameters:
python-image: ["python:3.7", "python:3.8", "python:3.9", "python:3.10"]
python-image: ["python:3.7", "python:3.8", "python:3.9", "python:3.10", "python:3.11"]
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ install:


# Get GT4HistOCR Calamari model (from SBB)

$(MODEL):
ocrd resmgr download ocrd-calamari-recognize $@
# Workaround, see #91 https://github.com/OCR-D/ocrd_calamari/issues/91
fix-calamari1-model ~/.local/share/ocrd-resources/ocrd-calamari-recognize/$@

# Download example data (not used currently)
actevedef_718448162:
Expand Down

0 comments on commit a869369

Please sign in to comment.