File tree 4 files changed +5
-2
lines changed
4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 71
71
TEST :
72
72
- {CONTAINER: "ubuntu-bionic", TOXENV: "py36"}
73
73
# cryptographyMain used since there's no wheel
74
- - {CONTAINER: "ubuntu-rolling", TOXENV: "py310 -cryptographyMain"}
74
+ - {CONTAINER: "ubuntu-rolling", TOXENV: "py311 -cryptographyMain"}
75
75
name : " ${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
76
76
steps :
77
77
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ The third digit is only for regressions.
10
10
Backward-incompatible changes:
11
11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
12
13
+ - Removed ``X509StoreFlags.NOTIFY_POLICY ``.
14
+ `#1213 <https://github.com/pyca/pyopenssl/pull/1213 >`_.
15
+
13
16
Deprecations:
14
17
^^^^^^^^^^^^^
15
18
Original file line number Diff line number Diff line change @@ -1645,7 +1645,6 @@ class X509StoreFlags:
1645
1645
POLICY_CHECK : int = _lib .X509_V_FLAG_POLICY_CHECK
1646
1646
EXPLICIT_POLICY : int = _lib .X509_V_FLAG_EXPLICIT_POLICY
1647
1647
INHIBIT_MAP : int = _lib .X509_V_FLAG_INHIBIT_MAP
1648
- NOTIFY_POLICY : int = _lib .X509_V_FLAG_NOTIFY_POLICY
1649
1648
CHECK_SS_SIGNATURE : int = _lib .X509_V_FLAG_CHECK_SS_SIGNATURE
1650
1649
PARTIAL_CHAIN : int = _lib .X509_V_FLAG_PARTIAL_CHAIN
1651
1650
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ commands =
34
34
35
35
[testenv:py311-twistedTrunk]
36
36
deps =
37
+ pyasn1!=0.5.0
37
38
Twisted[all_non_platform] @ git+https://github.com/twisted/twisted
38
39
setenv =
39
40
commands =
You can’t perform that action at this time.
0 commit comments