File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
python-version :
19
+ - 3.7
19
20
- 3.8
20
21
- 3.9
21
22
- " 3.10"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ classifiers = [
13
13
" License :: OSI Approved :: MIT License" ,
14
14
" Programming Language :: Python" ,
15
15
" Programming Language :: Python :: 3" ,
16
+ " Programming Language :: Python :: 3.7" ,
16
17
" Programming Language :: Python :: 3.8" ,
17
18
" Programming Language :: Python :: 3.9" ,
18
19
" Programming Language :: Python :: 3.10" ,
@@ -27,7 +28,7 @@ dynamic = ["version"]
27
28
keywords = [" virtualenv" ]
28
29
license = {text = " MIT" }
29
30
readme = " README.txt"
30
- requires-python = " >=3.8 "
31
+ requires-python = " >=3.7 "
31
32
32
33
dependencies = [
33
34
" virtualenv" ,
You can’t perform that action at this time.
0 commit comments