Skip to content

Commit a51ef6b

Browse files
authored
Remove python 3.7 as it has EOL'd (#113)
1 parent e09a388 commit a51ef6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
# TODO: Enable Windows
30+
# TODO: Enable Windows and macos
3131
# https://jira.eng.vmware.com/browse/MONIT-30833
32-
os: [macos-latest, ubuntu-latest] # , windows-latest]
33-
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11']
32+
os: [ubuntu-latest] # , macos-latest, windows-latest]
33+
python_version: ['3.8', '3.9', '3.10', '3.11']
3434
runs-on: ${{ matrix.os }}
3535
steps:
3636
- uses: actions/checkout@v3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name='wavefront-sdk-python',
14-
version='2.0.0', # Please update with each pull request.
14+
version='2.0.1', # 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',

0 commit comments

Comments
 (0)