Skip to content

Commit 2b671d6

Browse files
authored
Update pyproject.toml
Updated version number
1 parent 5f8a332 commit 2b671d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ requires = [ "setuptools>=61" ]
55

66
[project]
77
name = "django-tenants"
8-
version = "3.9.0"
8+
version = "3.10.0"
99
description = "Tenant support for Django using PostgreSQL schemas."
1010
readme = "README.rst"
1111
license = "MIT"
1212
authors = [
1313
{ name = "Thomas Turner", email = "tom@twt.me.uk" },
1414
]
15-
requires-python = ">=3.8"
15+
requires-python = ">=3.10"
1616
classifiers = [
1717
"Development Status :: 5 - Production/Stable",
1818
"Environment :: Web Environment",

0 commit comments

Comments
 (0)