We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0d73a commit dbd54a4Copy full SHA for dbd54a4
2 files changed
.github/workflows/test.yml
@@ -16,6 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
python-version:
19
+ - 3.7
20
- 3.8
21
- 3.9
22
- "3.10"
pyproject.toml
@@ -13,6 +13,7 @@ classifiers = [
13
"License :: OSI Approved :: MIT License",
14
"Programming Language :: Python",
15
"Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
@@ -27,7 +28,7 @@ dynamic = ["version"]
27
28
keywords = ["virtualenv"]
29
license = {text = "MIT"}
30
readme = "README.txt"
-requires-python = ">=3.8"
31
+requires-python = ">=3.7"
32
33
dependencies = [
34
"virtualenv",
0 commit comments