We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d896fb0 commit 5e330f4Copy full SHA for 5e330f4
2 files changed
.github/workflows/test.yml
@@ -16,7 +16,6 @@ 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,7 +13,6 @@ 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",
@@ -28,7 +27,7 @@ dynamic = ["version"]
28
27
keywords = ["virtualenv"]
29
license = {text = "MIT"}
30
readme = "README.txt"
31
-requires-python = ">=3.7"
+requires-python = ">=3.8"
32
33
dependencies = [
34
"virtualenv",
0 commit comments