.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:
Alan Orth 2022-01-06 13:50:08 +02:00
parent 46ef96c6c4
commit 9116734205
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -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