Skip to content

Commit 2b7df6a

Browse files
committed
[update] change version
1 parent 9d606a6 commit 2b7df6a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python: [3.7, 3.8, 3.9]
18+
python: [3.8, 3.9]
1919

2020
steps:
2121
- uses: actions/checkout@v2

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
'Topic :: Software Development :: Build Tools',
3131

3232
'Programming Language :: Python :: 3',
33-
'Programming Language :: Python :: 3.7',
3433
'Programming Language :: Python :: 3.8',
3534
'Programming Language :: Python :: 3.9',
3635
'Programming Language :: Python :: 3 :: Only',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{37, 38, 39}
2+
envlist = py{38, 39}
33
minversion = 3.3.0
44
isolated_build = true
55

0 commit comments

Comments
 (0)