Skip to content

Commit 0f859a3

Browse files
authored
Merge pull request #7 from chriskuehl/increase-text-render-size
Increase default maximum file size to be rendered as text
2 parents 537c94b + 2e63f9d commit 0f859a3

File tree

5 files changed

+565
-583
lines changed

5 files changed

+565
-583
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-python@v2
99
with:
10-
python-version: '3.10'
10+
python-version: '3.11'
1111
- name: Install dependencies
1212
run: |
1313
pip install poetry

0 commit comments

Comments
 (0)