mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 06:18:17 +00:00
Tox-gh-actions does not support 3.4, so remove it.
This commit is contained in:
parent
0ecf1fc45b
commit
710a406a7b
4 changed files with 0 additions and 5 deletions
1
.github/workflows/index.yml
vendored
1
.github/workflows/index.yml
vendored
|
@ -11,7 +11,6 @@ jobs:
|
|||
matrix:
|
||||
python-version:
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
|
|
|
@ -57,7 +57,6 @@ TEMPLATES = [
|
|||
| Python version | Django version |
|
||||
|----------------|-------------------------------|
|
||||
| 2.7 | 1.11 |
|
||||
| 3.4 | 1.11, 2.0 |
|
||||
| 3.5 | 1.11, 2.0, 2.1, 2.2 |
|
||||
| 3.6 | 1.11, 2.0, 2.1, 2.2, 3.0, 3.1 |
|
||||
| 3.7 | 1.11, 2.0, 2.1, 2.2, 3.0, 3.1 |
|
||||
|
|
1
setup.py
1
setup.py
|
@ -22,7 +22,6 @@ setup(
|
|||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,7 +1,6 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py27-django111
|
||||
py34-django{111,20}
|
||||
py35-django{111,20,21,22}
|
||||
py36-django{111,20,21,22,30,31}
|
||||
py37-django{111,20,21,22,30,31}
|
||||
|
@ -12,7 +11,6 @@ envlist =
|
|||
|
||||
[gh-actions]
|
||||
2.7 = py27-django111
|
||||
3.4 = py34-django{111,20}
|
||||
3.5 = py35-django{111,20,21,22}
|
||||
3.6 = py36-django{111,20,21,22,30,31}
|
||||
3.7 = py37-django{111,20,21,22,30,31}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue