Skip to content

Commit 26f11c0

Browse files
committed
Drop support for EOL Python 3.7
1 parent 0b01ac6 commit 26f11c0

3 files changed

Lines changed: 1 addition & 22 deletions

File tree

.travis.yml

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

55
matrix:
66
include:
7-
- name: "Python 3.7 on Linux"
8-
python: 3.7
97
- name: "Python 3.8 on Linux"
108
dist: xenial
119
python: 3.8
@@ -14,24 +12,6 @@ matrix:
1412
python: nightly
1513
- name: "Pypy 3 on Linux"
1614
python: pypy3
17-
- name: "Python 3.7 on older macOS"
18-
os: osx
19-
osx_image: xcode9.4
20-
language: shell
21-
env: TOXENV=py37
22-
before_install:
23-
- sw_vers
24-
- python3 --version
25-
- pip3 --version
26-
- name: "Python 3.7 on macOS"
27-
os: osx
28-
osx_image: xcode11
29-
language: shell
30-
env: TOXENV=py37
31-
before_install:
32-
- sw_vers
33-
- python3 --version
34-
- pip3 --version
3515
allow_failures:
3616
- python: nightly
3717
- python: pypy3

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.7",
7069
"Programming Language :: Python :: 3.8",
7170
"Programming Language :: Python :: 3.9",
7271
"Programming Language :: Python :: 3.10",

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{38,39,310,py,py3}, doc
8+
py{38,39,310,py3}, doc
99
skip_missing_interpreters =
1010
True
1111

0 commit comments

Comments
 (0)