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 9d606a6 commit 2b7df6aCopy full SHA for 2b7df6a
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- python: [3.7, 3.8, 3.9]
+ python: [3.8, 3.9]
19
20
steps:
21
- uses: actions/checkout@v2
setup.py
@@ -30,7 +30,6 @@
30
'Topic :: Software Development :: Build Tools',
31
32
'Programming Language :: Python :: 3',
33
- 'Programming Language :: Python :: 3.7',
34
'Programming Language :: Python :: 3.8',
35
'Programming Language :: Python :: 3.9',
36
'Programming Language :: Python :: 3 :: Only',
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py{37, 38, 39}
+envlist = py{38, 39}
3
minversion = 3.3.0
4
isolated_build = true
5
0 commit comments