|
6 | 6 |
|
7 | 7 | setup(
|
8 | 8 | name="django-cache-memoize",
|
9 |
| - version="0.1.10", |
| 9 | + version="0.2.0", |
10 | 10 | description=(
|
11 | 11 | "Django utility for a memoization decorator that uses the Django "
|
12 | 12 | "cache framework."
|
|
18 | 18 | url="https://github.com/peterbe/django-cache-memoize",
|
19 | 19 | packages=find_packages(where="src"),
|
20 | 20 | package_dir={"": "src"},
|
21 |
| - python_requires=">=3.5", |
| 21 | + python_requires=">=3.8", |
22 | 22 | classifiers=[
|
23 | 23 | "Development Status :: 5 - Production/Stable",
|
24 | 24 | "Environment :: Web Environment :: Mozilla",
|
|
27 | 27 | "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
|
28 | 28 | "License :: OSI Approved :: MIT License",
|
29 | 29 | "Programming Language :: Python :: 3",
|
30 |
| - "Programming Language :: Python :: 3.5", |
31 |
| - "Programming Language :: Python :: 3.6", |
32 |
| - "Programming Language :: Python :: 3.7", |
33 | 30 | "Programming Language :: Python :: 3.8",
|
34 | 31 | "Programming Language :: Python :: 3.9",
|
| 32 | + "Programming Language :: Python :: 3.10", |
| 33 | + "Programming Language :: Python :: 3.11", |
35 | 34 | "Programming Language :: Python :: 3 :: Only",
|
36 | 35 | "Topic :: Internet :: WWW/HTTP",
|
37 | 36 | ],
|
|
0 commit comments