Skip to content

Expand float and complex strict mode to allow ints and ints/float. Updates type hints to match better with typing.SupportsIndex #10215

Expand float and complex strict mode to allow ints and ints/float. Updates type hints to match better with typing.SupportsIndex

Expand float and complex strict mode to allow ints and ints/float. Updates type hints to match better with typing.SupportsIndex #10215

Triggered via pull request October 24, 2025 20:19
Status Success
Total duration 53m 25s
Artifacts

ci.yml

on: pull_request
Manylinux on 🐍 3.13t β€’ GIL
6m 21s
Manylinux on 🐍 3.13t β€’ GIL
🐍 3.10 β€’ CUDA 12.2 β€’ Ubuntu 22.04
9m 43s
🐍 3.10 β€’ CUDA 12.2 β€’ Ubuntu 22.04
🐍 3 β€’ NVHPC 23.5 β€’ C++17 β€’ x64
30m 4s
🐍 3 β€’ NVHPC 23.5 β€’ C++17 β€’ x64
🐍 3 β€’ ICC latest β€’ x64
21m 47s
🐍 3 β€’ ICC latest β€’ x64
🐍 3.9 β€’ Debian β€’ x86 β€’ Install
4m 29s
🐍 3.9 β€’ Debian β€’ x86 β€’ Install
Documentation build test
2m 6s
Documentation build test
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
Fit to window
Zoom out
Zoom in

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/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