Skip to content

Commit

Permalink
EBR-40 Test on more Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Apr 5, 2024
1 parent 6e3f64a commit d7bf445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d7bf445

Please sign in to comment.