Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9ce51a4

Browse files
author
David Robertson
authored
Bump Synapse minimum Python version to 3.7.1 (#12613)
1 parent aa5f5ed commit 9ce51a4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

changelog.d/12613.removal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Synapse now requires at least Python 3.7.1 (up from 3.7.0), for compatibility with the latest Twisted trunk.

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ synapse_review_recent_signups = "synapse._scripts.review_recent_signups:main"
100100
update_synapse_database = "synapse._scripts.update_synapse_database:main"
101101

102102
[tool.poetry.dependencies]
103-
python = "^3.7"
103+
python = "^3.7.1"
104104

105105
# Mandatory Dependencies
106106
# ----------------------

0 commit comments

Comments
 (0)