diff options
| author | Bobby <[email protected]> | 2022-08-31 17:09:37 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-31 17:09:37 -0400 |
| commit | 9cc44e032facacbae5d73f55605348c2df11e7f4 (patch) | |
| tree | 79ef895e79159ac4c2faa6840daf4cce79efd351 /pyproject.toml | |
| parent | d6b7ece6c9cb3ed5ced99390a53aba75ab415fd0 (diff) | |
| download | edify-9cc44e032facacbae5d73f55605348c2df11e7f4.tar.xz edify-9cc44e032facacbae5d73f55605348c2df11e7f4.zip | |
Revert "Reduced Python version in Config"
This reverts commit bbdca02c3d39794c589c8e480c7140426ae85f41.
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 cf39568..162a1ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.10" [tool.poetry.dev-dependencies] mypy = "^0.971" |
