diff options
author | David Robertson <davidr@element.io> | 2022-05-03 19:22:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 19:22:06 +0100 |
commit | 9ce51a47f6e37abd0a1275281806399d874eb026 (patch) | |
tree | ae9e0548193f16c2b1073d1d51d85dcb6d3b45ba /pyproject.toml | |
parent | Remove unstable identifiers for MSC3069. (#12596) (diff) | |
download | synapse-9ce51a47f6e37abd0a1275281806399d874eb026.tar.xz |
Bump Synapse minimum Python version to 3.7.1 (#12613)
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 62e26fd95b..cf3982d124 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ synapse_review_recent_signups = "synapse._scripts.review_recent_signups:main" update_synapse_database = "synapse._scripts.update_synapse_database:main" [tool.poetry.dependencies] -python = "^3.7" +python = "^3.7.1" # Mandatory Dependencies # ---------------------- |