summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-03-24 00:54:34 -0400
committerGitHub <noreply@github.com>2023-03-24 12:54:34 +0800
commit240ae6fd46ab2752148136ce5855e5e975adc96b (patch)
tree62426625be6f6854fb21341706ffac1f7cba9cf5 /.github
parentcac747892be07a06d0315917fc72cfd06d10e471 (diff)
downloadpyopenssl-240ae6fd46ab2752148136ce5855e5e975adc96b.tar.gz
23.1.0 version bump (#1196)23.1.0
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 a16af90..e00ef74 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,8 +16,8 @@ jobs:
- {VERSION: "3.9", TOXENV: "py39"}
- {VERSION: "3.10", TOXENV: "py310"}
- {VERSION: "3.11", TOXENV: "py311"}
- - {VERSION: "pypy-3.7", TOXENV: "pypy3"}
- {VERSION: "pypy-3.8", TOXENV: "pypy3"}
+ - {VERSION: "pypy-3.9", TOXENV: "pypy3"}
- {VERSION: "3.11", TOXENV: "py311-useWheel", OS: "windows-2022" }
# -cryptographyMain
- {VERSION: "3.6", TOXENV: "py36-cryptographyMain", OS: "ubuntu-20.04"}