summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--c/test_c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/test_c.py b/c/test_c.py
index a8fef65..5a345e3 100644
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -3946,7 +3946,7 @@ def test_cdata_dir():
def test_char_pointer_conversion():
import warnings
- assert __version__.startswith(("1.8", "1.9", "1.10", "1.11")), (
+ assert __version__.startswith(("1.8", "1.9", "1.10", "1.11", "1.12")), (
"consider turning the warning into an error")
BCharP = new_pointer_type(new_primitive_type("char"))
BIntP = new_pointer_type(new_primitive_type("int"))