Skip to content

Commit d1aaf2d

Browse files
authored
chore: Remove leftover Python 3.7 checks (#1011)
I did not check for other leftovers, but this is one that I've encountered Signed-off-by: Cristian Le <[email protected]>
1 parent b07b697 commit d1aaf2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ known-local-folder = ["pathutils"]
290290
"typing.Set".msg = "Use collections.abc.Set instead."
291291
"typing.Self".msg = "Use scikit_build_core._compat.typing.Self instead."
292292
"typing_extensions.Self".msg = "Use scikit_build_core._compat.typing.Self instead."
293-
"typing.Final".msg = "Add scikit_build_core._compat.typing.Final instead."
294293
"typing.assert_never".msg = "Add scikit_build_core._compat.typing.assert_never instead."
295294
"tomli".msg = "Use scikit_build_core._compat.tomllib instead."
296295
"tomllib".msg = "Use scikit_build_core._compat.tomllib instead."

0 commit comments

Comments
 (0)