summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-05-15 22:02:54 +0000
committerpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-05-15 22:02:55 +0000
commitde3c1bcd6bf1277d88fdb6f6a7b71eff22a07a1c (patch)
treedf2d5080748332fbdacd20e0de5a69c0bbd34b8f
parentf89ccd928fff5033210c1ca0bddc25065b4b7597 (diff)
downloadvirtualenv-pre-commit-ci-update-config.tar.gz
[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci-update-config
for more information, see https://pre-commit.ci
-rw-r--r--pyproject.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5a883da..ed84910 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,8 +24,12 @@ classifiers = [
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
- "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
+ "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries",