aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-02-12 00:11:06 +0100
committerNao Pross <np@0hm.ch>2021-02-12 00:11:06 +0100
commit770ec7c66009eeaa7c4493faed2f9c303fb46fb3 (patch)
tree4ae4c1825ae14bef80c0a7baa26207a6477d2318
parentAdd pytest (diff)
downloadMuddle-770ec7c66009eeaa7c4493faed2f9c303fb46fb3.tar.gz
Muddle-770ec7c66009eeaa7c4493faed2f9c303fb46fb3.zip
Bump up minimum required python version to 3.7
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6293bba..879894d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Nao Pross <np@0hm.ch>"]
license = "GPLv3"
[tool.poetry.dependencies]
-python = "^3.6"
+python = "^3.7"
colorlog = "^4.7.2"
requests = "^2.25.1"
PyQt5 = "^5.15.2"