Skip to content

Commit e7e35ea

Browse files
committed
updated setup.cfg fields
1 parent b1e1a8f commit e7e35ea

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Attention**: The code in this repository is intended for experimental use only and is not yet fully tested, documented, or supported by SingleStore. Visit the [SingleStore Forums](https://www.singlestore.com/forum/) to ask questions about this repository.
44

5-
The current version of `django-singlestore` is being tested with Django 4.2.
5+
The current version of `django-singlestore` is being tested with Django 5.0.
66

77
## Installation
88

setup.cfg

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,27 @@ version = attr: django_singlestore.__version__
44
description = Django backend for SingleStore
55
long_description = file: README.md
66
long_description_content_type = text/markdown
7-
url = https://github.com/memsql/django-singlestore
7+
url = https://github.com/singlestore-labs/django-singlestore
88
maintainer = SingleStore Inc.
99
maintainer_email = [email protected]
1010
license = BSD-3-Clause
1111
license_files = LICENSE
1212
classifiers =
13-
Development Status :: 4 - Beta
13+
Development Status :: 5 - Beta
1414
Framework :: Django
15-
Framework :: Django :: 4.2
1615
License :: OSI Approved :: BSD License
1716
Operating System :: OS Independent
1817
Programming Language :: Python
1918
Programming Language :: Python :: 3
2019
Programming Language :: Python :: 3 :: Only
2120
project_urls =
22-
Source = https://github.com/memsql/django-singlestore
23-
Tracker = https://github.com/memsql/django-singlestore/issues
21+
Source = https://github.com/singlestore-labs/django-singlestore
22+
Tracker = https://github.com/singlestore-labs/django-singlestore/issues
2423

2524
[options]
2625
packages = find:
2726
install_requires =
28-
django>=4.2
27+
django>=5.0
2928
singlestoredb>=1.12.4
3029
python_requires = >=3.9
3130

0 commit comments

Comments
 (0)