Skip to content

Commit 5e330f4

Browse files
committed
Revert "restore python 3.7 support"
This reverts commit dbd54a4. We no longer need this now that rtd.org is using 3.11.
1 parent d896fb0 commit 5e330f4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python-version:
19-
- 3.7
2019
- 3.8
2120
- 3.9
2221
- "3.10"

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ classifiers = [
1313
"License :: OSI Approved :: MIT License",
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3",
16-
"Programming Language :: Python :: 3.7",
1716
"Programming Language :: Python :: 3.8",
1817
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python :: 3.10",
@@ -28,7 +27,7 @@ dynamic = ["version"]
2827
keywords = ["virtualenv"]
2928
license = {text = "MIT"}
3029
readme = "README.txt"
31-
requires-python = ">=3.7"
30+
requires-python = ">=3.8"
3231

3332
dependencies = [
3433
"virtualenv",

0 commit comments

Comments
 (0)