Expand float and complex strict mode to allow ints and ints/float. Updates type hints to match better with typing.SupportsIndex
#10215
ci.yml
on: pull_request
Manylinux on π 3.13t β’ GIL
6m 21s
π 3.10 β’ CUDA 12.2 β’ Ubuntu 22.04
9m 43s
π 3 β’ NVHPC 23.5 β’ C++17 β’ x64
30m 4s
π 3 β’ ICC latest β’ x64
21m 47s
π 3.9 β’ Debian β’ x86 β’ Install
4m 29s
Documentation build test
2m 6s
Matrix: centos
Matrix: clang
Matrix: deadsnakes
Matrix: gcc
Matrix: inplace
Matrix: mingw
Matrix: π
Matrix: π
Matrix: win32-debug
Matrix: win32
Matrix: windows-2022
Matrix: windows_clang
Annotations
6 warnings
|
π (ubuntu-22.04, 3.8, -DPYBIND11_FINDPYTHON=OFF -DPYBIND11_NUMPY_1_ONLY=ON) / π§ͺ:
tests/test_custom_type_casters.py#L62
an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
|
|
π (ubuntu-22.04, 3.8, -DPYBIND11_FINDPYTHON=OFF -DPYBIND11_NUMPY_1_ONLY=ON) / π§ͺ:
tests/test_builtin_casters.py#L303
an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
|
|
π (ubuntu-latest, 3.8, -DPYBIND11_FINDPYTHON=ON -DCMAKE_CXX_STANDARD=17) / π§ͺ:
tests/test_custom_type_casters.py#L62
an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
|
|
π (ubuntu-latest, 3.8, -DPYBIND11_FINDPYTHON=ON -DCMAKE_CXX_STANDARD=17) / π§ͺ:
tests/test_builtin_casters.py#L303
an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
|
|
π (ubuntu-latest, graalpy-24.1) / π§ͺ:
/opt/hostedtoolcache/GraalPy/24.1.2/x64/lib/python3.11/distutils/command/build_ext.py#L13
The distutils.sysconfig module is deprecated, use sysconfig instead
|
|
π (ubuntu-latest, graalpy-24.1) / π§ͺ:
/opt/hostedtoolcache/GraalPy/24.1.2/x64/lib/python3.11/site-packages/setuptools/__init__.py#L10
The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
|