From d7bf445fc3910c709137ef72e4a941b382c73170 Mon Sep 17 00:00:00 2001 From: liadomide Date: Fri, 5 Apr 2024 23:36:57 +0300 Subject: [PATCH] EBR-40 Test on more Python versions --- .github/workflows/build.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef9a86c..6ca1dbe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - python-version: [ "3.8", "3.9", "3.10" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] steps: - name: Checkout diff --git a/README.md b/README.md index a42bf4f..74ca8e4 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ EBRAINS Lab and keep it in an environment variable called **CLB_AUTH**. ## Requirements -* JupyterLab >= 3.0 -* pyunicore >= 0.9.15 +* JupyterLab version 3 +* pyunicore >= 1.0 ## Install