Skip to content

Commit

Permalink
Remove testing against python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Apr 14, 2021
1 parent ba24134 commit 0eecada
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Expand Up @@ -8,11 +8,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.5, 3.6, 3.7, 3.8]
python-version: [ 3.6, 3.7, 3.8]
requirements-file: [
django-1.11.txt,
django-2.2.txt,
django-3.0.txt,
django-3.1.txt
]
os: [
ubuntu-20.04,
Expand Down Expand Up @@ -55,11 +55,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.5, 3.6, 3.7, 3.8]
python-version: [ 3.6, 3.7, 3.8]
requirements-file: [
django-1.11.txt,
django-2.2.txt,
django-3.0.txt,
django-3.1.txt
]
os: [
ubuntu-20.04,
Expand Down Expand Up @@ -103,11 +103,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.5, 3.6, 3.7, 3.8]
python-version: [ 3.6, 3.7, 3.8]
requirements-file: [
django-1.11.txt,
django-2.2.txt,
django-3.0.txt,
django-2.2.txt,
django-3.0.txt,
django-3.1.txt
]
os: [
ubuntu-20.04,
Expand Down
13 changes: 13 additions & 0 deletions test_requirements/django-3.1.txt
@@ -0,0 +1,13 @@
-r requirements_base.txt
# needs to be changed to 2.2.0 once available
https://github.com/PyCQA/pyflakes/archive/master.zip#egg=pyflakes
Django>=3.1,<3.2
pyenchant==3.0.1
django-formtools==2.2
django-sekizai>=0.7
django-classy-tags>=0.7.2
https://github.com/divio/djangocms-text-ckeditor/archive/master.zip
sphinxcontrib-spelling
# required to run the server for integration tests
django-app-helper

0 comments on commit 0eecada

Please sign in to comment.