Switch to 3.9

This commit is contained in:
Otto winter 2021-10-29 12:18:54 +02:00
parent 60f52ca0dc
commit 2cfdce12b8
No known key found for this signature in database
GPG Key ID: 48ED2DDB96D7682C
2 changed files with 9 additions and 9 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2.2.2
with:
python-version: '3.10'
python-version: '3.9'
architecture: 'x64'
- name: Install requirements
run: |
@ -36,7 +36,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2.2.2
with:
python-version: '3.10'
python-version: '3.9'
architecture: 'x86'
- name: Install requirements
run: |
@ -60,7 +60,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2.2.2
with:
python-version: '3.10'
python-version: '3.9'
- name: Install dependencies
run: |
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
@ -90,7 +90,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2.2.2
with:
python-version: '3.10'
python-version: '3.9'
- name: Install requirements
run: |
pip install -r requirements.txt -r requirements_build.txt
@ -117,7 +117,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2.2.2
with:
python-version: '3.10'
python-version: '3.9'
- name: Install dependencies
run: |
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev

View File

@ -12,7 +12,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2.2.2
with:
python-version: '3.10'
python-version: '3.9'
architecture: 'x64'
- name: Install requirements
run: |
@ -37,7 +37,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2.2.2
with:
python-version: '3.10'
python-version: '3.9'
architecture: 'x86'
- name: Install requirements
run: |
@ -64,7 +64,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2.2.2
with:
python-version: '3.10'
python-version: '3.9'
- name: Install dependencies
run: |
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
@ -97,7 +97,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2.2.2
with:
python-version: '3.10'
python-version: '3.9'
- name: Install requirements
run: |
pip install -r requirements.txt -r requirements_build.txt