kopia lustrzana https://github.com/ihabunek/toot
Fix actions
rodzic
4f0c367995
commit
603c742ea2
|
@ -4,7 +4,9 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
|
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||||
|
|
Ładowanie…
Reference in New Issue