Skip to content

Commit 66b1224

Browse files
committed
drop py35, py36 support
1 parent 4de5d12 commit 66b1224

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: python
22
python:
3-
- "3.5"
4-
- "3.6"
53
- "3.7"
64
- "3.8"
75
- "3.9"
86
- "3.10"
97
install:
10-
- pip install -r requirements.txt
8+
- pip install -r requirements-dev.txt
119
script:
1210
- tox

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ django-auto-logout
55

66
Auto logout a user after specific time in Django.
77

8-
Works with Python ≥ 3.5, Django ≥ 3.0.
8+
Works with Python ≥ 3.7, Django ≥ 3.0.
99

1010
Installation
1111
------------

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipsdist = True
3-
envlist = py35, py36, py37, py38, py39, py310
3+
envlist = py37, py38, py39, py310
44

55
[testenv]
66
deps= -r{toxinidir}/requirements-dev.txt

0 commit comments

Comments
 (0)