summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2023-04-21 08:06:01 -0500
committerGitHub <noreply@github.com>2023-04-21 07:06:01 -0600
commitd788a4f1ee2cfe0642ea9e0533bb840077a88ca6 (patch)
tree27479e3350ce331cc34e775a27466f7dbe09c9ca /.github
parent24ad5be8251c39817796db4334a21dbf3cd666e0 (diff)
downloadpyopenssl-d788a4f1ee2cfe0642ea9e0533bb840077a88ca6.tar.gz
remove X509StoreFlags.NOTIFY_POLICY (#1213)
* remove X509StoreFlags.NOTIFY_POLICY fixes #1212 * also fix twisted * more CI fixes, sigh
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 d120cf6..e87c327 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
TEST:
- {CONTAINER: "ubuntu-bionic", TOXENV: "py36"}
# cryptographyMain used since there's no wheel
- - {CONTAINER: "ubuntu-rolling", TOXENV: "py310-cryptographyMain"}
+ - {CONTAINER: "ubuntu-rolling", TOXENV: "py311-cryptographyMain"}
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
steps:
- uses: actions/checkout@v3