Skip to content

Commit 01e3aa8

Browse files
committed
Set max_pyver 3.10 for some deprecations removed in 3.11
The `binhex` module and `binascii.b2a_hqx()` function, which were deprecated in 3.9, are removed entirely in 3.11. Signed-off-by: Adam Williamson <[email protected]>
1 parent ae4fddd commit 01e3aa8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[testoptions]
22
min_pyver=3.9
3+
max_pyver=3.10
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[testoptions]
22
min_pyver=3.9
3+
max_pyver=3.10

tests/functional/d/deprecated/deprecated_module_py39_earlier_pyversion.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ py-version=3.8
33

44
[testoptions]
55
min_pyver=3.9
6+
max_pyver=3.10

0 commit comments

Comments
 (0)