Skip to content

Commit 51df7bb

Browse files
author
Aman Rusia
committed
Python version fix
1 parent 810d5b9 commit 51df7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
authors = [{ name = "Aman Rusia", email = "[email protected]" }]
33
name = "wcgw"
4-
version = "0.0.4"
4+
version = "0.0.5"
55
description = "What could go wrong giving full shell access to chatgpt?"
66
readme = "README.md"
7-
requires-python = ">=3.12"
7+
requires-python = ">=3.7"
88
dependencies = [
99
"openai>=1.46.0",
1010
"mypy>=1.11.2",

0 commit comments

Comments
 (0)