mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-22 06:45:02 +01:00
.github/workflows/pages.yml: use Python 3.10
It's what I use locally and it's the latest supported version so it will let this project work a bit longer as time goes on if we start with the latest version possible.
This commit is contained in:
parent
46ef96c6c4
commit
9116734205
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
# 2021-12-14 this is currently an OK choice, but it will need to be
|
# 2022-01-06 this is currently an OK choice, but it will need to be
|
||||||
# updated eventually as the ecosystem moves. Keep in sync with the
|
# updated eventually as the ecosystem moves. Keep in sync with the
|
||||||
# version in pyproject.toml.
|
# version in pyproject.toml.
|
||||||
python-version: 3.9
|
python-version: 3.10
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
uses: abatilo/actions-poetry@v2.1.4
|
uses: abatilo/actions-poetry@v2.1.4
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user