Skip to content

Commit cba4920

Browse files
committed
requires-python updated to 3.10
1 parent 1739826 commit cba4920

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (NOT SKBUILD)
2828
endif()
2929

3030
# Try to import all Python components potentially needed by nanobind
31-
find_package(Python 3.8
31+
find_package(Python 3.10
3232
REQUIRED COMPONENTS Interpreter Development.Module
3333
OPTIONAL_COMPONENTS Development.SABIModule)
3434

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "klaycircuits"
77
version = "0.0.2"
88
description = "Arithmetic circuits on the GPU"
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
dependencies = ["numpy"]
1212
authors = [
1313
{ name = "Jaron Maene" },

0 commit comments

Comments
 (0)