Skip to content

Commit 01bdcbc

Browse files
fix(django-spanner): update django dependency range to >=5.2, <6.1 and add 6.0 classifier in setup.py
1 parent caab63b commit 01bdcbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/django-google-spanner/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
# 'Development Status :: 4 - Beta'
1919
# 'Development Status :: 5 - Production/Stable'
2020
release_status = "Development Status :: 5 - Production/Stable"
21-
# TODO(https://github.com/googleapis/google-cloud-python/issues/18053): Update upper bound when adding support for Django 6.0+
22-
# (django_spanner/__init__.py currently enforces SUPPORTED_DJANGO_VERSIONS = [(5, 2)])
21+
# (django_spanner/__init__.py currently enforces SUPPORTED_DJANGO_VERSIONS = [(6, 0), (5, 2)])
2322
dependencies = [
2423
"sqlparse >= 0.3.0",
2524
"google-cloud-spanner >= 3.13.0",
26-
"django >= 4.2, < 6.1",
25+
"django >= 5.2, < 6.1",
2726
]
2827
extras = {
2928
"tracing": [
@@ -75,6 +74,7 @@
7574
"Topic :: Utilities",
7675
"Framework :: Django",
7776
"Framework :: Django :: 5.2",
77+
"Framework :: Django :: 6.0",
7878
],
7979
extras_require=extras,
8080
python_requires=">=3.10",

0 commit comments

Comments
 (0)