Skip to content

Commit 78ad38f

Browse files
authored
limiting to python 3.11 and above (#194)
1 parent 0e060fc commit 78ad38f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
- name: Set up Python
2727
uses: actions/setup-python@v5
28-
with:
29-
python-version: '3.10'
28+
with: # python at least 3.11
29+
python-version: '3.11'
3030
cache: 'pip' # caching pip dependencies
3131

3232
- name: Install AgentLab

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ AgentLab Features:
6565

6666
## 🛠️ Setup AgentLab
6767

68+
AgentLab requires python 3.11 or higher.
69+
6870
```bash
6971
pip install agentlab
7072
```

0 commit comments

Comments
 (0)