chg: [test] Try to test with Python 3.10

pull/565/head
Jakub Onderka 2022-04-11 17:18:42 +02:00
parent ef74371ec4
commit a1322be2f2
1 changed files with 3 additions and 2 deletions

View File

@ -13,10 +13,11 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.7", "3.8", "3.9"] python-version: ["3.7", "3.8", "3.9", "3.10"]
steps: steps:
- run: | - name: Install packages
run: |
sudo apt-get install libpoppler-cpp-dev libzbar0 tesseract-ocr sudo apt-get install libpoppler-cpp-dev libzbar0 tesseract-ocr
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}