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