aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-31 16:21:17 -0400
committerBobby <[email protected]>2022-08-31 16:21:17 -0400
commitbbdca02c3d39794c589c8e480c7140426ae85f41 (patch)
tree212cb6810e197fb46fff3cb73447ea35e06fed88
parent5895a76926b64921e57e8b9d26cfed809207c5dd (diff)
downloadedify-bbdca02c3d39794c589c8e480c7140426ae85f41.tar.xz
edify-bbdca02c3d39794c589c8e480c7140426ae85f41.zip
Reduced Python version in Config
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f229f31..a7f1cbc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ readme = "README.rst"
license = "Apache Software License 2.0"
[tool.poetry.dependencies]
-python = "^3.10"
+python = "^3.7"
[tool.poetry.dev-dependencies]
mypy = "^0.971"