ci: Use Python 3.10 for bleeding CI

This commit is contained in:
Florian Bruhin 2021-11-22 17:53:51 +01:00
parent a751204f97
commit cac9e3e049
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Get asciidoc
uses: actions/checkout@v2
with: