Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 5d9b955

Browse files
committed
add 3.7 unit tests
1 parent 1211004 commit 5d9b955

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-22.04
99
strategy:
1010
matrix:
11-
python: ['3.8']
11+
python: ['3.7', '3.8']
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1722): `test_aiohttp_requests` depend on
7777
# aiohttp < 3.10.0 which is a bug. Investigate and remove the pinned aiohttp version.
7878
"aiohttp < 3.10.0",
79+
"mock; python_version < '3.8'",
7980
]
8081

8182
extras = {

0 commit comments

Comments
 (0)