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

Commit

Permalink
Bump Synapse minimum Python version to 3.7.1 (#12613)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored May 3, 2022
1 parent aa5f5ed commit 9ce51a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/12613.removal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Synapse now requires at least Python 3.7.1 (up from 3.7.0), for compatibility with the latest Twisted trunk.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ----------------------
Expand Down

0 comments on commit 9ce51a4

Please sign in to comment.