diff options
| author | Bobby <[email protected]> | 2022-08-31 16:21:17 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-31 16:21:17 -0400 |
| commit | bbdca02c3d39794c589c8e480c7140426ae85f41 (patch) | |
| tree | 212cb6810e197fb46fff3cb73447ea35e06fed88 /pyproject.toml | |
| parent | 5895a76926b64921e57e8b9d26cfed809207c5dd (diff) | |
| download | edify-bbdca02c3d39794c589c8e480c7140426ae85f41.tar.xz edify-bbdca02c3d39794c589c8e480c7140426ae85f41.zip | |
Reduced Python version in Config
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
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" |
