10000 drop unsupported versions of python · DocAdam/document-api-python@7b35a54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b35a54

Browse files
authored
drop unsupported versions of python
python 3.5 hasn't been updated since 2014 and left official support in 2020 https://endoflife.date/python
1 parent 7966045 commit 7b35a54

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ language: python
22
cache: pip
33

44
python:
5-
- "2.7"
6-
- "3.4"
7-
- "3.5"
8-
- "3.6"
5+
- "3.6" # EOL 23 Dec 2021
6+
- "3.7"
7+
- "3.8"
8+
- "3.9"
9+
- "3.10"
910
- "pypy"
1011
# command to install dependencies
1112
install:

0 commit comments

Comments
 (0)
0