Skip to content

Commit 0b01ac6

Browse files
committed
Drop support for EOL Python 3.6
1 parent 4cf9eed commit 0b01ac6

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ cache: pip
44

55
matrix:
66
include:
7-
- name: "Python 3.6 on Linux"
8-
python: 3.6
97
- name: "Python 3.7 on Linux"
108
python: 3.7
119
- name: "Python 3.8 on Linux"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def find_version(*file_paths):
6666
"Topic :: Software Development :: Libraries :: Python Modules",
6767
"Programming Language :: Python",
6868
"Programming Language :: Python :: 3",
69-
"Programming Language :: Python :: 3.6",
7069
"Programming Language :: Python :: 3.7",
7170
"Programming Language :: Python :: 3.8",
7271
"Programming Language :: Python :: 3.9",

tox.ini

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

66
[tox]
77
envlist =
8-
py{36,37,38,39,310,py3}, doc
8+
py{38,39,310,py,py3}, doc
99
skip_missing_interpreters =
1010
True
1111

0 commit comments

Comments
 (0)