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 1616 fail-fast : false
1717 matrix :
1818 python-version :
19+ - 3.7
1920 - 3.8
2021 - 3.9
2122 - " 3.10"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ classifiers = [
1313 " License :: OSI Approved :: MIT License" ,
1414 " Programming Language :: Python" ,
1515 " Programming Language :: Python :: 3" ,
16+ " Programming Language :: Python :: 3.7" ,
1617 " Programming Language :: Python :: 3.8" ,
1718 " Programming Language :: Python :: 3.9" ,
1819 " Programming Language :: Python :: 3.10" ,
@@ -27,7 +28,7 @@ dynamic = ["version"]
2728keywords = [" virtualenv" ]
2829license = {text = " MIT" }
2930readme = " README.txt"
30- requires-python = " >=3.8 "
31+ requires-python = " >=3.7 "
3132
3233dependencies = [
3334 " virtualenv" ,
You can’t perform that action at this time.
0 commit comments