File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments