summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-10-15 08:28:32 -0400
committerGitHub <noreply@github.com>2021-10-15 05:28:32 -0700
commit60a0eef29878433e568a16b16a8c6e42b59cabe3 (patch)
tree164fee644eec42ebd9881dfd837c32c497220a4d /.github
parent7637b1af29e284a99ffb1d6cbe866beee00b2973 (diff)
downloadpyopenssl-60a0eef29878433e568a16b16a8c6e42b59cabe3.tar.gz
Added py310 to support matrix (#1051)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e5e2e6a..231058e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,18 +14,21 @@ jobs:
- {VERSION: "3.7", TOXENV: "py37"}
- {VERSION: "3.8", TOXENV: "py38"}
- {VERSION: "3.9", TOXENV: "py39"}
+ - {VERSION: "3.10", TOXENV: "py310"}
- {VERSION: "pypy3", TOXENV: "pypy3"}
# -cryptographyMain
- {VERSION: "3.6", TOXENV: "py36-cryptographyMain"}
- {VERSION: "3.7", TOXENV: "py37-cryptographyMain"}
- {VERSION: "3.8", TOXENV: "py38-cryptographyMain"}
- {VERSION: "3.9", TOXENV: "py39-cryptographyMain"}
+ - {VERSION: "3.10", TOXENV: "py310-cryptographyMain"}
- {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMain"}
# -cryptographyMinimum
- {VERSION: "3.6", TOXENV: "py36-cryptographyMinimum"}
- {VERSION: "3.7", TOXENV: "py37-cryptographyMinimum"}
- {VERSION: "3.8", TOXENV: "py38-cryptographyMinimum"}
- {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum"}
+ - {VERSION: "3.10", TOXENV: "py310-cryptographyMinimum"}
- {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMinimum"}
# Random order
- {VERSION: "3.9", TOXENV: "py39-randomorder"}