|
16 | 16 | 'License :: OSI Approved :: BSD License', |
17 | 17 | 'Operating System :: OS Independent', |
18 | 18 | 'Programming Language :: Python :: 3', |
19 | | - 'Programming Language :: Python :: 3.8', |
20 | 19 | 'Programming Language :: Python :: 3.9', |
21 | 20 | 'Programming Language :: Python :: 3.10', |
22 | 21 | 'Programming Language :: Python :: 3.11', |
| 22 | + 'Programming Language :: Python :: 3.12', |
| 23 | + 'Programming Language :: Python :: 3.13', |
23 | 24 | 'Framework :: Django', |
24 | | - 'Framework :: Django :: 3.2', |
25 | | - 'Framework :: Django :: 4.0', |
26 | | - 'Framework :: Django :: 4.1', |
27 | 25 | 'Framework :: Django :: 4.2', |
| 26 | + 'Framework :: Django :: 5.0', |
| 27 | + 'Framework :: Django :: 5.1', |
| 28 | + 'Framework :: Django :: 5.2', |
28 | 29 | 'Topic :: Internet :: WWW/HTTP', |
29 | 30 | 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', |
30 | 31 | 'Topic :: Software Development', |
|
47 | 48 | long_description=long_description, |
48 | 49 | long_description_content_type='text/x-rst', |
49 | 50 | packages=find_packages(exclude=['tests']), |
50 | | - python_requires='>=3.8', |
| 51 | + python_requires='>=3.9', |
51 | 52 | include_package_data=True, |
52 | 53 | zip_safe=False, |
53 | 54 | install_requires=REQUIREMENTS, |
54 | 55 | classifiers=CLASSIFIERS, |
55 | | - test_suite='tests.settings.run', |
56 | 56 | ) |
0 commit comments