Commit e67980f
authored
Fix deprecated API from Python 3.7 (#189)
This revision updates pybind11 commit to the recent one which fixes Python 3.7 API break due to deprecation. Since this has been warned at least since 3.6, even targeting 3.6 will prevent building Jet Framework (due to `-Werror`). This has been found by building Jet from the latest Miniconda environment.
In addition to the commit ID bump, latest pybind11 also deprecates the use of PYBIND11_PLUGIN. Thus, this diff also fixes that issue as well.1 parent e7e784d commit e67980f
2 files changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 103 | + | |
| 104 | + | |
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
| |||
312 | 310 | | |
313 | 311 | | |
314 | 312 | | |
315 | | - | |
316 | | - | |
317 | 313 | | |
0 commit comments