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