Skip to content

Commit

Permalink
Maintenance updates (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Jan 29, 2022
1 parent ae40dcb commit 7e9a51e
Show file tree
Hide file tree
Showing 7 changed files with 441 additions and 417 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
time: "04:00"
interval: "daily"
time: "08:00"
open-pull-requests-limit: 10

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
time: "08:00"
open-pull-requests-limit: 10
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/[email protected]
with:
python-version: 3.7
python-version: 3.9

- name: Set up Poetry
uses: Gr1N/setup-poetry@v4
uses: Gr1N/setup-poetry@v7

- name: Cache venv
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: '3.x'
- name: Set up Poetry
uses: Gr1N/setup-poetry@v4
uses: Gr1N/setup-poetry@v7
- name: Build and publish to PyPi
env:
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Set up Poetry
uses: Gr1N/setup-poetry@v4
uses: Gr1N/setup-poetry@v7
- name: Bump Poetry version
run: |
tag=${{ github.event.release.tag_name }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(Unofficial) async Python client to interact with Sagemcom F@st routers via internal API's. This client offers helper functions to retrieve common used functions, but also offers functionality to do custom requests via XPATH notation.

Python 3.7+ required.
Python 3.9+ required.

## Features

Expand Down
Loading

0 comments on commit 7e9a51e

Please sign in to comment.