|
11 | 11 |
|
12 | 12 | setuptools.setup( |
13 | 13 | name='wavefront-sdk-python', |
14 | | - version='2.1.3', # Please update with each pull request. |
| 14 | + version='2.1.4', # Please update with each pull request. |
15 | 15 | author='VMware Aria Operations for Applications Team', |
16 | 16 | url='https://github.com/wavefrontHQ/wavefront-sdk-python', |
17 | 17 | license='Apache-2.0', |
|
42 | 42 | 'Intended Audience :: Information Technology', |
43 | 43 | 'Intended Audience :: System Administrators', |
44 | 44 | 'License :: OSI Approved :: Apache Software License', |
45 | | - 'Programming Language :: Python :: 3.8', |
46 | | - 'Programming Language :: Python :: 3.9', |
| 45 | + # Please make sure versions here match the workflow matrix |
| 46 | + # in .github/workflows/main.yml#L33 |
47 | 47 | 'Programming Language :: Python :: 3.10', |
48 | 48 | 'Programming Language :: Python :: 3.11', |
| 49 | + 'Programming Language :: Python :: 3.12', |
| 50 | + 'Programming Language :: Python :: 3.13', |
49 | 51 | 'Topic :: Software Development :: Libraries :: Python Modules', |
50 | 52 | 'Topic :: System :: Monitoring', |
51 | 53 | 'Topic :: System :: Networking :: Monitoring' |
|
0 commit comments