Skip to content

Commit f45a816

Browse files
committed
fix: incorrect python version requirement
1 parent 8420285 commit f45a816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "python-version-manager"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.14.2"
6+
requires-python = ">=3.12.0"
77
dependencies = [
88
"pyinstaller>=6.17.0",
99
"requests>=2.32.5",

0 commit comments

Comments
 (0)