summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-05-03 19:22:06 +0100
committerGitHub <noreply@github.com>2022-05-03 19:22:06 +0100
commit9ce51a47f6e37abd0a1275281806399d874eb026 (patch)
treeae9e0548193f16c2b1073d1d51d85dcb6d3b45ba
parentRemove unstable identifiers for MSC3069. (#12596) (diff)
downloadsynapse-9ce51a47f6e37abd0a1275281806399d874eb026.tar.xz
Bump Synapse minimum Python version to 3.7.1 (#12613)
-rw-r--r--changelog.d/12613.removal1
-rw-r--r--poetry.lock4
-rw-r--r--pyproject.toml2
3 files changed, 4 insertions, 3 deletions
diff --git a/changelog.d/12613.removal b/changelog.d/12613.removal
new file mode 100644
index 0000000000..b1a9e207b0
--- /dev/null
+++ b/changelog.d/12613.removal
@@ -0,0 +1 @@
+Synapse now requires at least Python 3.7.1 (up from 3.7.0), for compatibility with the latest Twisted trunk.
diff --git a/poetry.lock b/poetry.lock
index e27a44989c..89e78576b7 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1561,8 +1561,8 @@ url_preview = ["lxml"]
 
 [metadata]
 lock-version = "1.1"
-python-versions = "^3.7"
-content-hash = "3825cef058b8c9f520ef4b7acb92519be95db9a663a61c2e89a5fe431ed55655"
+python-versions = "^3.7.1"
+content-hash = "2bda1a7cfc8cc02832b4a7d16bf7e1615cb05e0639bdb30688aadf692d851942"
 
 [metadata.files]
 attrs = [
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
 # ----------------------