Skip to content

Commit

Permalink
nanobind: bump cpython dep in test_package
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Oct 3, 2024
1 parent eb4fcef commit d22cf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/nanobind/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TestPackageConan(ConanFile):

def requirements(self):
self.requires(self.tested_reference_str)
self.requires("cpython/3.12.2", run=True)
self.requires("cpython/3.12.7", run=True)

def build_requirements(self):
# Required for find_package(Python)
Expand Down

0 comments on commit d22cf0b

Please sign in to comment.