Skip to content

Commit 0d40b34

Browse files
committed
show that it works with cryptography main
1 parent f370413 commit 0d40b34

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,13 @@ jobs:
99
strategy:
1010
matrix:
1111
PYTHON:
12-
# Base builds
13-
- {VERSION: "3.6", TOXENV: "py36"}
14-
- {VERSION: "3.7", TOXENV: "py37"}
15-
- {VERSION: "3.8", TOXENV: "py38"}
16-
- {VERSION: "3.9", TOXENV: "py39"}
17-
- {VERSION: "3.10", TOXENV: "py310"}
18-
- {VERSION: "pypy3", TOXENV: "pypy3"}
1912
# -cryptographyMain
2013
- {VERSION: "3.6", TOXENV: "py36-cryptographyMain"}
2114
- {VERSION: "3.7", TOXENV: "py37-cryptographyMain"}
2215
- {VERSION: "3.8", TOXENV: "py38-cryptographyMain"}
2316
- {VERSION: "3.9", TOXENV: "py39-cryptographyMain"}
2417
- {VERSION: "3.10", TOXENV: "py310-cryptographyMain"}
2518
- {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMain"}
26-
# -cryptographyMinimum
27-
- {VERSION: "3.6", TOXENV: "py36-cryptographyMinimum"}
28-
- {VERSION: "3.7", TOXENV: "py37-cryptographyMinimum"}
29-
- {VERSION: "3.8", TOXENV: "py38-cryptographyMinimum"}
30-
- {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum"}
31-
- {VERSION: "3.10", TOXENV: "py310-cryptographyMinimum"}
32-
- {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMinimum"}
33-
# Cryptography wheels
34-
- {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum-useWheel"}
35-
- {VERSION: "3.9", TOXENV: "py39-useWheel"}
36-
# Random order
37-
- {VERSION: "3.9", TOXENV: "py39-randomorder"}
38-
# Downstreams
39-
- {VERSION: "3.7", TOXENV: "py37-twistedTrunk"}
40-
# Meta
41-
- {VERSION: "3.9", TOXENV: "check-manifest"}
42-
- {VERSION: "3.9", TOXENV: "pypi-readme"}
43-
- {VERSION: "3.9", TOXENV: "flake8"}
44-
- {VERSION: "3.9", TOXENV: "docs"}
4519
name: "${{ matrix.PYTHON.TOXENV }}"
4620
steps:
4721
- uses: actions/[email protected]

0 commit comments

Comments
 (0)