no python 3.6 anymore on ubuntu 22.04 in relevant setup action?

This commit is contained in:
Harmen Stoppels 2023-01-18 14:10:33 +01:00 committed by Massimiliano Culpo
parent 5b02b7003a
commit c7200b4327

View File

@ -11,7 +11,7 @@ concurrency:
jobs:
# Run unit tests with different configurations on linux
ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11']