Skip to content

Commit 337f863

Browse files
authored
Remove references to retired Python 2
1 parent 487793d commit 337f863

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-latest, windows-latest]
14-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy-2.7, pypy-3.7]
14+
python-version: [3.5, 3.6, 3.7, 3.8, pypy-2.7, pypy-3.7]
1515
exclude:
1616
- os: windows-latest
1717
python-version: 3.6
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
os: [macos-latest, windows-latest]
68-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy-2.7, pypy-3.7]
68+
python-version: [3.5, 3.6, 3.7, 3.8, pypy-3.7]
6969
exclude:
7070
- os: windows-latest
7171
python-version: 3.6

.github/workflows/pypiupload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [2.7, 3.x]
15+
python-version: [3.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
'License :: OSI Approved :: MIT License',
7272
'Operating System :: OS Independent',
7373
'Programming Language :: Python',
74-
'Programming Language :: Python :: 2.7',
7574
'Programming Language :: Python :: 3.4',
7675
'Programming Language :: Python :: 3.5',
7776
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)