Use newer version of Python

This commit is contained in:
Jelle Spijker 2023-10-23 15:56:29 +02:00
parent b83d3ebae7
commit b5a76427c8
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65

View File

@ -103,7 +103,7 @@ jobs:
- name: Setup Python and pip - name: Setup Python and pip
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.8.x' python-version: '3.11.x'
cache: 'pip' cache: 'pip'
cache-dependency-path: .github/workflows/requirements-conan-package.txt cache-dependency-path: .github/workflows/requirements-conan-package.txt