Skip to content

Commit 0b212fc

Browse files
committed
Drop python 2.7 and 3.5 support
1 parent 9e8e8b6 commit 0b212fc

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
17+
python-version: [3.6, 3.7, 3.8, 3.9]
1818
fail-fast: false
1919
steps:
2020
- uses: actions/checkout@v2

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: python
22
sudo: false
33
matrix:
44
include:
5-
- python: 2.7
6-
- python: 3.5
75
- python: 3.6
86
- python: 3.7
97
- python: 3.8

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ classifiers = [
2323
"Intended Audience :: Developers",
2424
"Topic :: Software Development :: Libraries :: Python Modules",
2525
"Operating System :: OS Independent",
26-
"Programming Language :: Python :: 2.7",
2726
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.5",
2927
"Programming Language :: Python :: 3.6",
3028
"Programming Language :: Python :: 3.7",
3129
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)