diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-12-14 22:01:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 21:01:51 -0600 |
commit | 1b12dcefdd71ba81ff9c3de9899fdb73076a08d2 (patch) | |
tree | 4778cb8a7dd4ffb1a9b0642db7f4410cdce99c56 /.github/workflows | |
parent | ac6868147999f98878e2237596f01bc771e80556 (diff) | |
download | pyopenssl-git-1b12dcefdd71ba81ff9c3de9899fdb73076a08d2.tar.gz |
remove py2 w/ cryptography master (#977)
* remove py2 w/ cryptography master
* Update ci.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7064f3..3d372cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,12 +19,10 @@ jobs: - {VERSION: "pypy2", TOXENV: "pypy"} - {VERSION: "pypy3", TOXENV: "pypy3"} # -cryptographyMaster - - {VERSION: "2.7", TOXENV: "py27-cryptographyMaster"} - {VERSION: "3.6", TOXENV: "py36-cryptographyMaster"} - {VERSION: "3.7", TOXENV: "py37-cryptographyMaster"} - {VERSION: "3.8", TOXENV: "py38-cryptographyMaster"} - {VERSION: "3.9", TOXENV: "py39-cryptographyMaster"} - - {VERSION: "pypy2", TOXENV: "pypy-cryptographyMaster"} - {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMaster"} # -cryptographyMinimum - {VERSION: "2.7", TOXENV: "py27-cryptographyMinimum"} |