From ec889fbc4b2cbc4c582a55acbcabce5e61546361 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 20 Jun 2023 05:23:01 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c70104a..655eb0cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,8 @@ classifiers = [ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ] @@ -59,7 +61,7 @@ readme = "README.md" [tool.poetry.dependencies] -python = "3.6.* || 3.7.* || 3.8.* || 3.9.*" +python = "3.6.* || 3.7.* || 3.8.* || 3.9.* || 3.10.* || 3.11.*" # The dataclasses package is not in the stdlib in Python 3.6 dataclasses = { version = "^0.8", python = "~3.6" } django-lifecycle = "~0.9.0"