Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
architecture: [x86, x64]
exclude:
- os: macos-12
Expand Down
4 changes: 0 additions & 4 deletions robotpy_build/autowrap/header.cpp.j2
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
using namespace {{ ns }};
{% endfor %}

{% for cls in classes if cls.nodelete %}
PYBIND11_TYPE_CASTER_BASE_HOLDER(typename {{ cls.full_cpp_name }}, std::unique_ptr<typename {{ cls.full_cpp_name }}, py::nodelete>);
{% endfor %}


struct rpybuild_{{ hname }}_initializer {

Expand Down
2 changes: 1 addition & 1 deletion robotpy_build/include/gilsafe_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace py = pybind11;

// Py_IsFinalizing is public API in 3.13
#if PY_VERSION_HEX < 0x03130000
#if PY_VERSION_HEX < 0x030D0000
#define Py_IsFinalizing _Py_IsFinalizing
#endif

Expand Down
2 changes: 1 addition & 1 deletion robotpy_build/pybind11
Submodule pybind11 updated 270 files
Loading