python 3.10.1 for CI

This commit is contained in:
grillazz 2021-12-24 13:16:34 +01:00
parent 1c0f946919
commit cf220246f0

View File

@ -26,10 +26,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.10
- name: Set up Python 3.10.1
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: 3.10.1
- name: Install pipenv
run: pip install pipenv --upgrade
- name: Upgrde pip, setuptools and wheel