Skip to content

Commit

Permalink
Merge pull request #8 from AutoIDM/apprise_version_exception_handling
Browse files Browse the repository at this point in the history
Bump Apprise version and add exception handling
  • Loading branch information
visch authored Sep 9, 2023
2 parents 1278886 + bb86d44 commit 9a2dbd3
Show file tree
Hide file tree
Showing 4 changed files with 809 additions and 775 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry==1.1.13
pip install poetry==1.6.1
- name: Build tap on Python ${{ matrix.python-version }}
run: poetry build
lint:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry==1.1.13
pip install poetry==1.6.1
poetry install
- name: Lint tap-clickup
run: poetry run tox -e lint
Loading

0 comments on commit 9a2dbd3

Please sign in to comment.