py-nanobind: add v2.7.0 (#50176)

This commit is contained in:
Garth N. Wells 2025-04-28 09:09:29 +01:00 committed by GitHub
parent 3c8c7ef341
commit d264094fdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,9 @@ class PyNanobind(PythonPackage):
license("BSD-3-Clause")
version("master", branch="master", submodules=True)
version(
"2.7.0", tag="v2.7.0", commit="44ad9a9e5729abda24ef8dc9d76233d801e651e9", submodules=True
)
version(
"2.6.1", tag="v2.6.1", commit="9b3afa9dbdc23641daf26fadef7743e7127ff92f", submodules=True
)