Skip to content

Commit

Permalink
bump google-cloud-logging dependency to latest package; remove redund…
Browse files Browse the repository at this point in the history
…ant code in github action yml
  • Loading branch information
chrisK824 committed Aug 27, 2024
1 parent e46eac4 commit 3d7877d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
packages=find_packages(),
install_requires=[
"fastapi>=0.112.2",
"google-cloud-logging>=3.10.0",
"google-cloud-logging>=3.11.2",
],
python_requires=">=3.7",
license="MIT",
Expand Down

0 comments on commit 3d7877d

Please sign in to comment.