Update workflow python to 3.10 and allow any python3 version in tests (#4914)

This commit is contained in:
yubiuser
2022-09-17 16:13:48 +02:00
committed by GitHub
8 changed files with 9 additions and 8 deletions

View File

@@ -51,10 +51,10 @@ jobs:
name: Checkout repository
uses: actions/checkout@v3.0.2
-
name: Set up Python 3.8
name: Set up Python 3.10
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8
python-version: '3.10'
-
name: Install dependencies
run: pip install -r test/requirements.txt