Skip to content

Commit 08150c5

Browse files
committed
Revert "removed Python 3.7 from the -cryptographyMain tests because it fails"
This reverts commit 50654a8.
1 parent 46107db commit 08150c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- {VERSION: "pypy-3.10", TOXENV: "pypy3"}
2323
- {VERSION: "3.11", TOXENV: "py311-useWheel", OS: "windows-2022" }
2424
# -cryptographyMain
25+
- {VERSION: "3.7", TOXENV: "py37-cryptographyMain"}
2526
- {VERSION: "3.8", TOXENV: "py38-cryptographyMain"}
2627
- {VERSION: "3.9", TOXENV: "py39-cryptographyMain"}
2728
- {VERSION: "3.10", TOXENV: "py310-cryptographyMain"}
@@ -31,7 +32,7 @@ jobs:
3132
- {VERSION: "pypy-3.9", TOXENV: "pypy3-cryptographyMain"}
3233
- {VERSION: "pypy-3.10", TOXENV: "pypy3-cryptographyMain"}
3334
# -cryptographyMinimum
34-
35+
- {VERSION: "3.7", TOXENV: "py37-cryptographyMinimum"}
3536
- {VERSION: "3.8", TOXENV: "py38-cryptographyMinimum"}
3637
- {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum"}
3738
- {VERSION: "3.10", TOXENV: "py310-cryptographyMinimum"}

0 commit comments

Comments
 (0)