diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 3342ba54..03371570 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -25,8 +25,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 - with: - python-version: '3.10' + with: # python at least 3.11 + python-version: '3.11' cache: 'pip' # caching pip dependencies - name: Install AgentLab diff --git a/README.md b/README.md index 7abeb65c..0c0ff0c5 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ AgentLab Features: ## 🛠️ Setup AgentLab +AgentLab requires python 3.11 or higher. + ```bash pip install agentlab ```