enable python 3.12

This commit is contained in:
scito
2023-08-12 15:52:19 +02:00
committed by Roland Kurmann
parent a467955b13
commit fd8b165212
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
python-version: ["3.x", "3.11", "3.10", "3.9", "3.8"]
python-version: ["3.x", "3.12", "3.11", "3.10", "3.9", "3.8"]
platform: [ubuntu-latest, macos-latest, windows-latest]
# exclude:
@@ -33,6 +33,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
check-latest: false
allow-prereleases: true
- name: Install zbar shared lib for QReader (Linux)
if: runner.os == 'Linux'
run: |