Skip to content

Commit

Permalink
Enable Python 3.13 experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Aug 15, 2024
1 parent cd910fb commit 5e1e249
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
test_linux:
name: Test ${{ matrix.os }} with Python ${{ matrix.python }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
experimental: [false]
include:
- os: ubuntu-22.04
python: "3.10"
Expand All @@ -34,6 +36,9 @@ jobs:
tesseract5: true
- os: ubuntu-latest
python: "pypy3.10"
- os: ubuntu-22.04
python: "3.13"
experimental: true

env:
OS: ${{ matrix.os }}
Expand All @@ -49,6 +54,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
cache: "pip"
allow-prereleases: ${{ matrix.experimental }}

- name: Install Tesseract 5
if: matrix.tesseract5
Expand Down

0 comments on commit 5e1e249

Please sign in to comment.