use Python 3.13 in Docker

This commit is contained in:
scito
2024-10-24 15:32:09 +02:00
committed by Roland Kurmann
parent e13a4584fb
commit ee932c05e3
2 changed files with 5 additions and 5 deletions

View File

@@ -270,11 +270,11 @@ jobs:
- uses: actions/checkout@v4
- name: Set macos macos_python_path
# TODO use variable for Python version
run: echo "macos_python_path=/Library/Frameworks/Python.framework/Versions/3.12" >> $GITHUB_ENV
- name: Set up Python 3.12
run: echo "macos_python_path=/Library/Frameworks/Python.framework/Versions/3.13" >> $GITHUB_ENV
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
check-latest: true
- name: Install zbar shared lib for QReader (Linux)
if: runner.os == 'Linux'