Skip to content

Commit bf64341

Browse files
committed
Update trove classifiers
1 parent cd13aa9 commit bf64341

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@
1616
'License :: OSI Approved :: BSD License',
1717
'Operating System :: OS Independent',
1818
'Programming Language :: Python :: 3',
19-
'Programming Language :: Python :: 3.8',
2019
'Programming Language :: Python :: 3.9',
2120
'Programming Language :: Python :: 3.10',
2221
'Programming Language :: Python :: 3.11',
22+
'Programming Language :: Python :: 3.12',
23+
'Programming Language :: Python :: 3.13',
2324
'Framework :: Django',
24-
'Framework :: Django :: 3.2',
25-
'Framework :: Django :: 4.0',
26-
'Framework :: Django :: 4.1',
2725
'Framework :: Django :: 4.2',
26+
'Framework :: Django :: 5.0',
27+
'Framework :: Django :: 5.1',
28+
'Framework :: Django :: 5.2',
2829
'Topic :: Internet :: WWW/HTTP',
2930
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
3031
'Topic :: Software Development',
@@ -47,10 +48,9 @@
4748
long_description=long_description,
4849
long_description_content_type='text/x-rst',
4950
packages=find_packages(exclude=['tests']),
50-
python_requires='>=3.8',
51+
python_requires='>=3.9',
5152
include_package_data=True,
5253
zip_safe=False,
5354
install_requires=REQUIREMENTS,
5455
classifiers=CLASSIFIERS,
55-
test_suite='tests.settings.run',
5656
)

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ skip_missing_interpreters=True
1111
deps =
1212
-r{toxinidir}/tests/requirements/base.txt
1313
dj42: Django>=4.2,<5.0
14-
dj50: Djagoo>=5.0,<5.1
15-
dj51: Djagoo>=5.1,<5.2
16-
dj52: Djagoo>=5.2a,<6.0
14+
dj50: Django>=5.0,<5.1
15+
dj51: Django>=5.1,<5.2
16+
dj52: Django>=5.2a,<6.0
1717
djmain: https://github.com/django/django/archive/main.tar.gz
1818
commands =
1919
{envpython} --version

0 commit comments

Comments
 (0)