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 1739826 commit cba4920Copy full SHA for cba4920
CMakeLists.txt
@@ -28,7 +28,7 @@ if (NOT SKBUILD)
28
endif()
29
30
# Try to import all Python components potentially needed by nanobind
31
-find_package(Python 3.8
+find_package(Python 3.10
32
REQUIRED COMPONENTS Interpreter Development.Module
33
OPTIONAL_COMPONENTS Development.SABIModule)
34
pyproject.toml
@@ -7,7 +7,7 @@ name = "klaycircuits"
7
version = "0.0.2"
8
description = "Arithmetic circuits on the GPU"
9
readme = "README.md"
10
-requires-python = ">=3.9"
+requires-python = ">=3.10"
11
dependencies = ["numpy"]
12
authors = [
13
{ name = "Jaron Maene" },
0 commit comments