mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-21 22:35:01 +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
|
||||
uses: actions/setup-python@v2
|
||||
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
|
||||
# version in pyproject.toml.
|
||||
python-version: 3.9
|
||||
python-version: 3.10
|
||||
- name: Install Poetry
|
||||
uses: abatilo/actions-poetry@v2.1.4
|
||||
- name: Install Python dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user