Skip to content

Commit

Permalink
remove python 2.7, add ypthon 3.8 (#46)
Browse files Browse the repository at this point in the history
* remove python 2.7, add ypthon 3.8

* remove support for Django 1.11

* remove support for python 3.5
  • Loading branch information
fcurella committed Aug 4, 2020
1 parent c3a3572 commit 7537500
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
django-version: ["Django>=1.11,<2.0", "Django>=2.0,<2.1", "Django>=2.1,<2.2"]
exclude:
- python-version: 2.7
django-version: "Django>=2.0,<2.1"
- python-version: 2.7
django-version: "Django>=2.1,<2.2"
python-version: [3.6, 3.7, 3.8]
django-version:
- "Django>=2.0,<2.1"
- "Django>=2.1,<2.2"
- "Django>=2.2,<3.0"
- "Django>=3.0,<3.1"

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

requirements = []
test_requirements = [
"Django>=1.7",
"Django>=2.0",
]

setup(
Expand Down

0 comments on commit 7537500

Please sign in to comment.