Skip to content

Commit 77bcb26

Browse files
committed
test(google-auth): Update constraints for Python 3.10 lower bounds and drop 3.8/3.9
1 parent 1c61982 commit 77bcb26

3 files changed

Lines changed: 13 additions & 14 deletions

File tree

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
urllib3<2.0.0
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
8+
pyasn1-modules==0.2.1
9+
setuptools==40.3.0
10+
cryptography==38.0.3
11+
aiohttp==3.6.2
12+
requests==2.20.0
13+
pyjwt==2.0

packages/google-auth/testing/constraints-3.8.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/google-auth/testing/constraints-3.9.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)