Skip to content

Commit eb71120

Browse files
joannatkustinov
andauthored
Update python matrix versions (#121)
Co-authored-by: Artem Ustinov <ustinov@users.noreply.github.com>
1 parent 3b679b0 commit eb71120

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
# TODO: Enable Windows and macos
3131
# https://jira.eng.vmware.com/browse/MONIT-30833
3232
os: [ubuntu-latest] # , macos-latest, windows-latest]
33+
# Please make sure to update the classifiers in setup.py to match.
3334
python_version: ['3.10', '3.11', '3.12', '3.13']
3435
runs-on: ${{ matrix.os }}
3536
steps:

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
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.
1515
author='VMware Aria Operations for Applications Team',
1616
url='https://github.com/wavefrontHQ/wavefront-sdk-python',
1717
license='Apache-2.0',
@@ -42,10 +42,12 @@
4242
'Intended Audience :: Information Technology',
4343
'Intended Audience :: System Administrators',
4444
'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
4747
'Programming Language :: Python :: 3.10',
4848
'Programming Language :: Python :: 3.11',
49+
'Programming Language :: Python :: 3.12',
50+
'Programming Language :: Python :: 3.13',
4951
'Topic :: Software Development :: Libraries :: Python Modules',
5052
'Topic :: System :: Monitoring',
5153
'Topic :: System :: Networking :: Monitoring'

0 commit comments

Comments
 (0)