Skip to content

Commit 6e9472d

Browse files
committed
build: pin python 3.12 exact for now
1 parent 83dbc79 commit 6e9472d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ODM"
33
version = "3.6.0"
44
description = "A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images."
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = "==3.12"
77
dependencies = [
88
"appsettings==0.8",
99
"beautifulsoup4==4.13.4",

0 commit comments

Comments
 (0)