We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8a332 commit 2b671d6Copy full SHA for 2b671d6
1 file changed
pyproject.toml
@@ -5,14 +5,14 @@ requires = [ "setuptools>=61" ]
5
6
[project]
7
name = "django-tenants"
8
-version = "3.9.0"
+version = "3.10.0"
9
description = "Tenant support for Django using PostgreSQL schemas."
10
readme = "README.rst"
11
license = "MIT"
12
authors = [
13
{ name = "Thomas Turner", email = "tom@twt.me.uk" },
14
]
15
-requires-python = ">=3.8"
+requires-python = ">=3.10"
16
classifiers = [
17
"Development Status :: 5 - Production/Stable",
18
"Environment :: Web Environment",
0 commit comments