瀏覽代碼

Drop Python 3.7 support

Tulir Asokan 3 年之前
父節點
當前提交
b9b4ef9159
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      CHANGELOG.md
  2. 1 1
      setup.py

+ 1 - 0
CHANGELOG.md

@@ -15,6 +15,7 @@
 * Disabled file logging in Docker image by default.
   * If you want to enable it, set the `filename` in the file log handler to a
     path that is writable, then add `"file"` back to `logging.root.handlers`.
+* Dropped Python 3.7 support.
 
 [MSC2246]: https://github.com/matrix-org/matrix-spec-proposals/pull/2246
 

+ 1 - 1
setup.py

@@ -51,7 +51,7 @@ setuptools.setup(
 
     install_requires=install_requires,
     extras_require=extras_require,
-    python_requires="~=3.7",
+    python_requires="~=3.8",
 
     classifiers=[
         "Development Status :: 4 - Beta",