Rename Django's dev branch to main. (#279)

* Rename Django's dev branch to main.

More information: https://groups.google.com/g/django-developers/c/tctDuKUGosc/
Refs: https://github.com/django/django/pull/14048

* Fix test matrix.

* Remove CODEOWNERS again.

* Fix name of tox env.

* Fix test matrix.
This commit is contained in:
Jannis Leidel 2021-03-09 19:20:31 +01:00 committed by GitHub
parent 856b55bea8
commit d89fe5a2cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View file

@ -1,2 +0,0 @@
CODEOWNERS @jazzband/roadies
.github/workflows/ @jazzband/roadies

View file

@ -4,8 +4,9 @@ usedevelop = true
minversion = 1.8
whitelist_externals = sphinx-build
envlist =
py36-checkqa,
py{36,37,38,39,py3}-dj{22,30,31,32,master}
py36-checkqa
py{36,37,38,39,py3}-dj{22,30,31,32}
py{38,39}-djmain
[gh-actions]
python =
@ -25,8 +26,8 @@ deps =
dj22: django~=2.2.17
dj30: django~=3.0.11
dj31: django~=3.1.3
dj32: https://github.com/django/django/archive/stable/3.2.x.tar.gz#egg=django
djmaster: https://github.com/django/django/archive/master.tar.gz#egg=django
dj32: https://github.com/django/django/archive/stable/3.2.x.tar.gz
djmain: https://github.com/django/django/archive/main.tar.gz
coverage
coverage_enable_subprocess
extras = testing