Skip to content

Commit a016679

Browse files
committed
pip install setuptools & run main tests on 3.12
1 parent b00ef1c commit a016679

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/omv-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- "EDEN:0.2.2"
2727
- "EDEN:0.2.3"
2828

29-
python-version: [ "3.10" ]
29+
python-version: [ "3.12" ]
3030

3131
steps:
3232
- uses: actions/checkout@v4

.github/workflows/pip-install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525

2626
- name: Install EDEN using pip
2727
run: |
28+
pip install setuptools --upgrade # needed for Python 3.12
2829
pip install eden-simulator
2930
3031
- name: Run EDEN example directly

0 commit comments

Comments
 (0)