Arun-Sanjay commited on
Commit
d589da5
·
1 Parent(s): 2f769c0

chore: pin python 3.12, rebuild venv, rename master→main

Browse files
Files changed (2) hide show
  1. CLAUDE.md +1 -1
  2. pyproject.toml +1 -1
CLAUDE.md CHANGED
@@ -57,7 +57,7 @@ This section tracks current build state. Update at the end of each significant t
57
 
58
  **Last completed:** Initial scaffold — CLAUDE.md, `.claude/` tree, Python project skeleton (`pyproject.toml`, `src/redbutton/`, `tests/`), pre-commit hook.
59
  **Next up:** Awaiting first task prompt. PROJECT.md should be read in full before any implementation begins.
60
- **Known issues:** System Python is 3.14; OpenEnv / TRL / Unsloth (per spec) typically target 3.11–3.12. The first task that installs project dependencies will need to confirm/pin a working Python version.
61
 
62
  ## When to Stop and Ask
63
 
 
57
 
58
  **Last completed:** Initial scaffold — CLAUDE.md, `.claude/` tree, Python project skeleton (`pyproject.toml`, `src/redbutton/`, `tests/`), pre-commit hook.
59
  **Next up:** Awaiting first task prompt. PROJECT.md should be read in full before any implementation begins.
60
+ **Known issues:** None at this time.
61
 
62
  ## When to Stop and Ask
63
 
pyproject.toml CHANGED
@@ -2,7 +2,7 @@
2
  name = "redbutton"
3
  version = "0.0.1"
4
  description = "Red Button - Two-Agent Corrigibility Arena (Shutdown-Gym v3)"
5
- requires-python = ">=3.11"
6
  dependencies = []
7
 
8
  [build-system]
 
2
  name = "redbutton"
3
  version = "0.0.1"
4
  description = "Red Button - Two-Agent Corrigibility Arena (Shutdown-Gym v3)"
5
+ requires-python = ">=3.11,<3.13"
6
  dependencies = []
7
 
8
  [build-system]