Skip to content

Commit

Permalink
Merge pull request #33 from nikhil-sethi/fix-py-compat
Browse files Browse the repository at this point in the history
Pybind version fix for python 3.11 compatibility
  • Loading branch information
krichardsson authored Mar 22, 2023
2 parents 8f4b0fb + ecd67e7 commit 0b2a64d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

strategy:
matrix:
python: ['3.8', '3.9', '3.10']
python: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion include/crazyflieLinkCpp/Connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <ostream>
#include <vector>
#include <memory>

#include <limits>
#include "Packet.hpp"

#define BROADCAST_ADDRESS 0xFFE7E7E7E7
Expand Down
2 changes: 1 addition & 1 deletion pybind11
Submodule pybind11 updated 228 files

0 comments on commit 0b2a64d

Please sign in to comment.