mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 14:28:18 +00:00
Downgrade to Ubuntu 20 to get 3.6 support back.
This commit is contained in:
parent
c8f73cde35
commit
656011c2a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue