aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Ionite <[email protected]>2022-11-16 16:38:06 -0500
committerGravatar GitHub <[email protected]>2022-11-16 16:38:06 -0500
commit1e086a25f2215ca573495abf87310ea38b18d922 (patch)
tree3c894fe6e0374f59b9f72a9995e8b67007adb711 /pyproject.toml
parentFormatting (diff)
parentMerge pull request #157 from onerandomusername/allow-manual-rebuilds (diff)
Merge branch 'main' into bytes-output
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e0a3d26..a1d1ea1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,14 +16,14 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only",
- "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"Topic :: Security",
"Topic :: Software Development :: Interpreters",
]
dynamic = ["version"]
-requires-python = ">=3.10"
+requires-python = ">=3.11"
dependencies = [
# Sentry's Falcon integration relies on api_helpers (falconry/falcon#1902).
"falcon>=3.0.1",
@@ -64,7 +64,7 @@ relative_files = true
[tool.black]
line-length = 100
-target-version = ["py310"]
+target-version = ["py311"]
force-exclude = "snekbox/config_pb2.py"
[tool.isort]