Skip to content

Commit 712200f

Browse files
joannatkustinov
andauthored
Apply suggestions from code review
Co-authored-by: Artem Ustinov <ustinov@users.noreply.github.com>
1 parent d854559 commit 712200f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +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
33+
# Please make sure to update the classifiers in setup.py to match.
3434
python_version: ['3.10', '3.11', '3.12', '3.13']
3535
runs-on: ${{ matrix.os }}
3636
steps:

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
'Intended Audience :: Information Technology',
4343
'Intended Audience :: System Administrators',
4444
'License :: OSI Approved :: Apache Software License',
45+
# Please make sure versions here match the workflow matrix
46+
# in .github/workflows/main.yml#L33
4547
'Programming Language :: Python :: 3.10',
4648
'Programming Language :: Python :: 3.11',
4749
'Programming Language :: Python :: 3.12',

0 commit comments

Comments
 (0)