Skip to content

Commit

Permalink
fix: fixed CPython 3.11 build failures by updating pybind11
Browse files Browse the repository at this point in the history
Also added Python 3.11 to the CI test matrix.

related issues/discussions:
- pybind/pybind11#4333
- flier#69
- flier#65
  • Loading branch information
nnnewb committed Oct 22, 2024
1 parent d4aede2 commit e9a1a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "pypy-3.7"
- "pypy-3.8"
experimental: [false]
Expand Down
2 changes: 1 addition & 1 deletion src/pybind11
Submodule pybind11 updated 249 files

0 comments on commit e9a1a77

Please sign in to comment.