1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00

Fix actions

This commit is contained in:
Ivan Habunek 2022-12-06 13:49:08 +01:00
parent 4f0c367995
commit 603c742ea2
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D

View File

@ -4,7 +4,9 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
# Older Ubuntu required for testing on Python 3.6 which is not available in
# later versions. Remove once support for 3.6 is dropped.
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]