summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2023-03-24 20:33:20 +0800
committerGitHub <noreply@github.com>2023-03-24 08:33:20 -0400
commit41f1deb6d689d41b300245dd4d8b2df19b0af9bf (patch)
tree5043ba8d8407d5f67595dcace5f10ce14194448e /.github
parent240ae6fd46ab2752148136ce5855e5e975adc96b (diff)
downloadpyopenssl-41f1deb6d689d41b300245dd4d8b2df19b0af9bf.tar.gz
parallel twisted tests and newer mypy (#1197)
* parallel twisted tests and newer mypy * update mypy env
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e00ef74..1fa11af 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
# Meta
- {VERSION: "3.9", TOXENV: "check-manifest"}
- {VERSION: "3.9", TOXENV: "flake8"}
- - {VERSION: "3.6", TOXENV: "py36-mypy", OS: "ubuntu-20.04"}
+ - {VERSION: "3.11", TOXENV: "py311-mypy"}
- {VERSION: "3.9", TOXENV: "docs"}
name: "${{ matrix.PYTHON.TOXENV }}${{ matrix.PYTHON.OS && format(' on {0}', matrix.PYTHON.OS) || '' }}"
steps: