|
16 | 16 | 'License :: OSI Approved :: BSD License', |
17 | 17 | 'Operating System :: OS Independent', |
18 | 18 | 'Programming Language :: Python :: 3', |
19 | | - 'Programming Language :: Python :: 3.7', |
20 | 19 | 'Programming Language :: Python :: 3.8', |
21 | 20 | 'Programming Language :: Python :: 3.9', |
22 | 21 | 'Programming Language :: Python :: 3.10', |
| 22 | + 'Programming Language :: Python :: 3.11', |
23 | 23 | 'Framework :: Django', |
24 | 24 | 'Framework :: Django :: 3.2', |
25 | 25 | 'Framework :: Django :: 4.0', |
26 | 26 | 'Framework :: Django :: 4.1', |
| 27 | + 'Framework :: Django :: 4.2', |
27 | 28 | 'Topic :: Internet :: WWW/HTTP', |
28 | 29 | 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', |
29 | 30 | 'Topic :: Software Development', |
|
35 | 36 |
|
36 | 37 | setup( |
37 | 38 | name='django-classy-tags', |
38 | | - version='4.0.0', |
| 39 | + version='4.1.0', |
39 | 40 | author='Jonas Obrist', |
40 | 41 | author_email='ojiidotch@gmail.com', |
41 | 42 | maintainer='Django CMS Association and contributors', |
|
46 | 47 | long_description=long_description, |
47 | 48 | long_description_content_type='text/x-rst', |
48 | 49 | packages=find_packages(exclude=['tests']), |
49 | | - python_requires='>=3.7', |
| 50 | + python_requires='>=3.8', |
50 | 51 | include_package_data=True, |
51 | 52 | zip_safe=False, |
52 | 53 | install_requires=REQUIREMENTS, |
|
0 commit comments