We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0fca6 commit a7e8830Copy full SHA for a7e8830
.github/workflows/pypiupload.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: [2.7, 3.x]
+ python-version: [3.x]
16
17
steps:
18
- uses: actions/checkout@v2
setup.py
@@ -65,7 +65,6 @@
65
'License :: OSI Approved :: MIT License',
66
'Operating System :: OS Independent',
67
'Programming Language :: Python',
68
- 'Programming Language :: Python :: 2.7', # untested
69
'Programming Language :: Python :: 3.8',
70
'Programming Language :: Python :: 3.9',
71
'Programming Language :: Python :: 3.10',
0 commit comments