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 3799c0e commit 3a15845Copy full SHA for 3a15845
src/scikit_build_core/hatch/plugin.py
@@ -46,10 +46,6 @@ def _read_config(self) -> SettingsReader:
46
)
47
48
def _validate(self, settings_reader: SettingsReader) -> None:
49
- if sys.version_info < (3, 8):
50
- msg = "Python 3.8 or later is required for scikit-build's hatch plugin"
51
- raise ValueError(msg)
52
-
53
settings = settings_reader.settings
54
55
settings_reader.validate_may_exit()
0 commit comments