File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2020 - {VERSION: "pypy-3.9", TOXENV: "pypy3"}
2121 - {VERSION: "3.11", TOXENV: "py311-useWheel", OS: "windows-2022" }
2222 # -cryptographyMain
23- - {VERSION: "3.6", TOXENV: "py36-cryptographyMain", OS: "ubuntu-20.04"}
2423 - {VERSION: "3.7", TOXENV: "py37-cryptographyMain"}
2524 - {VERSION: "3.8", TOXENV: "py38-cryptographyMain"}
2625 - {VERSION: "3.9", TOXENV: "py39-cryptographyMain"}
Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ Changelog
44Versions are year-based with a strict backward-compatibility policy.
55The third digit is only for regressions.
66
7+ 23.2.0 (UNRELEASED)
8+ -------------------
9+
10+ Backward-incompatible changes:
11+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12+
13+ Deprecations:
14+ ^^^^^^^^^^^^^
15+
16+ Changes:
17+ ^^^^^^^^
18+
71923.1.0 (2023-03-24)
820-------------------
921
Original file line number Diff line number Diff line change 1717 "__version__" ,
1818]
1919
20- __version__ = "23.1.0 "
20+ __version__ = "23.2.0.dev "
2121
2222__title__ = "pyOpenSSL"
2323__uri__ = "https://pyopenssl.org/"
You can’t perform that action at this time.
0 commit comments