summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2023-04-15 07:16:08 +0800
committerGitHub <noreply@github.com>2023-04-14 19:16:08 -0400
commit24ad5be8251c39817796db4334a21dbf3cd666e0 (patch)
treec9dad52052a04121a0794afacc0204287ade1638 /.github
parentf4f77cc4f76e643a050c99b0295facf1900335c4 (diff)
downloadpyopenssl-24ad5be8251c39817796db4334a21dbf3cd666e0.tar.gz
fix testing against cryptography main branch and improve twisted (#1209)
* fix testing against cryptography main branch and improve twisted * oops
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 c9217a3..d120cf6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
# Random order
- {VERSION: "3.9", TOXENV: "py39-randomorder"}
# Downstreams
- - {VERSION: "3.7", TOXENV: "py37-twistedTrunk"}
+ - {VERSION: "3.11", TOXENV: "py311-twistedTrunk"}
# Meta
- {VERSION: "3.9", TOXENV: "check-manifest"}
- {VERSION: "3.9", TOXENV: "flake8"}