We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef13237 commit 95198dcCopy full SHA for 95198dc
pybind11/__init__.py
@@ -1,7 +1,7 @@
1
import sys
2
3
-if sys.version_info < (3, 6): # noqa: UP036
4
- msg = "pybind11 does not support Python < 3.6. 2.9 was the last release supporting Python 2.7 and 3.5."
+if sys.version_info < (3, 7): # noqa: UP036
+ msg = "pybind11 does not support Python < 3.7. v2.12 was the last release supporting Python 3.6."
5
raise ImportError(msg)
6
7
0 commit comments