Commit 1d14000
committed
imageio: drop deprecated/removed ssl flags
The versioned SSL flags have been deprecated since Python 3.7.
Remove OP_NO_TLSv1 / OP_NO_TLSv1_1 and replace with the new methods to
define the minimum TLS version to be used.
Signed-off-by: Jean-Louis Dupond <jean-louis@dupond.be>1 parent edfdf71 commit 1d14000
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments