Skip to content

Commit

Permalink
Merge pull request #207 from netdata/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
andrewm4894 authored Feb 15, 2023
2 parents 9814155 + 6faddea commit 2edff3e
Show file tree
Hide file tree
Showing 6 changed files with 559 additions and 490 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.6'
python-version: '3.9'
architecture: 'x64'
- name: Install the library
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'
- name: Install pipenv
run: |
python -m pip install --upgrade pip wheel twine
Expand Down
Loading

0 comments on commit 2edff3e

Please sign in to comment.