|
12 | 12 | "Framework :: Django :: 2.2", |
13 | 13 | "Framework :: Django :: 3.2", |
14 | 14 | "Framework :: Django :: 4.0", |
| 15 | + "Framework :: Django :: 5.0", |
15 | 16 | "Intended Audience :: Developers", |
16 | 17 | "License :: OSI Approved :: BSD License", |
17 | 18 | "Operating System :: OS Independent", |
18 | 19 | "Programming Language :: Python", |
19 | | - "Programming Language :: Python :: 3.7", |
20 | | - "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 | + "Programming Language :: Python :: 3.12", |
| 24 | + "Programming Language :: Python :: 3.13", |
23 | 25 | "Topic :: Software Development", |
24 | 26 | "Topic :: Software Development :: Libraries :: Application Frameworks", |
25 | 27 | ] |
26 | 28 |
|
27 | 29 | setup( |
28 | 30 | name="django-google-maps", |
29 | | - version='0.13.0', |
| 31 | + version='0.14.0', |
30 | 32 | author="Aaron Madison", |
31 | 33 | author_email="aaron.l.madison@gmail.com", |
32 | 34 | description="Plugs google maps V3 api into Django admin.", |
|
0 commit comments