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

Commit 526d6c6

Browse files
chore(tests): add cryptography to constraints file (#1944)
Add new required dependency to test constraints, to ensure minimum versions are tested Also, moved constraints file to 3.8, since 3.7 is no longer supported
1 parent 52558ae commit 526d6c6

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
DEFAULT_PYTHON_VERSION = "3.14"
3535
UNIT_TEST_PYTHON_VERSIONS = [
36-
"3.7",
3736
"3.8",
3837
"3.9",
3938
"3.10",

testing/constraints-3.7.txt

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

testing/constraints-3.8.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
rsa==3.1.4
11+
cryptography==38.0.3
12+
aiohttp==3.6.2
13+
requests==2.20.0
14+
pyjwt==2.0

0 commit comments

Comments
 (0)