chore: Remove Python 3.7 from workflows by lahirumaramba · Pull Request #806 · firebase/firebase-admin-python

Expand Up @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.8'] python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.8']
steps: - uses: actions/checkout@v4 Expand All @@ -35,10 +35,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Python 3.7 - name: Set up Python 3.8 uses: actions/setup-python@v5 with: python-version: 3.7 python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip Expand Down