Bump CI python version.

This commit is contained in:
Relintai 2024-09-12 19:07:37 +02:00
parent 76e984982b
commit af4cbb1302

View File

@ -10,8 +10,7 @@ on:
# Global Settings # Global Settings
env: env:
PYTHON_VERSION: "3.7" PYTHON_VERSION: "3.8"
OSX_PYTHON_VERSION: "3.7"
PANDEMONIUM_BINARY_VERSION: "3.4.0" PANDEMONIUM_BINARY_VERSION: "3.4.0"
@ -187,7 +186,7 @@ jobs:
- name: 'Set up Python' - name: 'Set up Python'
uses: actions/setup-python@0291cefc54fa79cd1986aee8fa5ecb89ad4defea # pin@v2 uses: actions/setup-python@0291cefc54fa79cd1986aee8fa5ecb89ad4defea # pin@v2
with: with:
python-version: ${{ env.OSX_PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}
- name: 'Setup venv' - name: 'Setup venv'
run: | run: |
set -eux set -eux