Skip to content

Commit bbc2409

Browse files
committed
update matrix versions
1 parent 3b679b0 commit bbc2409

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.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 the versions here match the matrix in setup.py
3334
python_version: ['3.10', '3.11', '3.12', '3.13']
3435
runs-on: ${{ matrix.os }}
3536
steps:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
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',
4745
'Programming Language :: Python :: 3.10',
4846
'Programming Language :: Python :: 3.11',
47+
'Programming Language :: Python :: 3.12',
48+
'Programming Language :: Python :: 3.13',
4949
'Topic :: Software Development :: Libraries :: Python Modules',
5050
'Topic :: System :: Monitoring',
5151
'Topic :: System :: Networking :: Monitoring'

0 commit comments

Comments
 (0)