Skip to content

Commit a7e8830

Browse files
committed
last of 2.7
1 parent ab0fca6 commit a7e8830

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.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
@@ -65,7 +65,6 @@
6565
'License :: OSI Approved :: MIT License',
6666
'Operating System :: OS Independent',
6767
'Programming Language :: Python',
68-
'Programming Language :: Python :: 2.7', # untested
6968
'Programming Language :: Python :: 3.8',
7069
'Programming Language :: Python :: 3.9',
7170
'Programming Language :: Python :: 3.10',

0 commit comments

Comments
 (0)