mirror of
https://github.com/vane/ceidg
synced 2024-11-09 05:55:51 +01:00
tech: bump python to 3.11
This commit is contained in:
parent
e18cf7347c
commit
0c8aa657f6
4
.github/workflows/datapull.yml
vendored
4
.github/workflows/datapull.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.11
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.11
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
Loading…
Reference in New Issue
Block a user