We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e060fc commit 78ad38fCopy full SHA for 78ad38f
.github/workflows/unit_tests.yml
@@ -25,8 +25,8 @@ jobs:
25
26
- name: Set up Python
27
uses: actions/setup-python@v5
28
- with:
29
- python-version: '3.10'
+ with: # python at least 3.11
+ python-version: '3.11'
30
cache: 'pip' # caching pip dependencies
31
32
- name: Install AgentLab
README.md
@@ -65,6 +65,8 @@ AgentLab Features:
65
66
## 🛠️ Setup AgentLab
67
68
+AgentLab requires python 3.11 or higher.
69
+
70
```bash
71
pip install agentlab
72
```
0 commit comments