Downgrade to Ubuntu 20 to get 3.6 support back.

This commit is contained in:
Emil Stenström 2023-03-25 09:36:43 +01:00
parent c8f73cde35
commit 656011c2a4

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']