diff options
author | 2022-08-21 23:12:04 +0400 | |
---|---|---|
committer | 2022-09-30 18:48:04 +0400 | |
commit | 9c816143fe58595c7ff4e810e350c229bfb1e1c2 (patch) | |
tree | 621973971775a59a1d2cb7beac393f0192789561 /pyproject.toml | |
parent | Fix Static Build (diff) |
Upgrade To 3.10
All dependencies and code are already ready for 3.10, all that's
necessary is to update the number.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ec8091e4..1f78ef2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Python Discord <[email protected]>"] license = "MIT" [tool.poetry.dependencies] -python = "3.9.*" +python = "3.10.*" django = "4.0" # 4.1 blocked by upstream bug, wait for 4.1.1: https://code.djangoproject.com/ticket/33919 django-environ = "0.9.0" django-filter = "22.1" |