From 24ad5be8251c39817796db4334a21dbf3cd666e0 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 15 Apr 2023 07:16:08 +0800 Subject: fix testing against cryptography main branch and improve twisted (#1209) * fix testing against cryptography main branch and improve twisted * oops --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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"} -- cgit v1.2.1