From 3887cdb835ad2c164dd588bb664c95595896eba1 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Tue, 12 Dec 2023 16:36:33 +0100 Subject: [PATCH 1/2] build: require python3.9 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bf71b83..ac2cfb3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ classifiers = package_dir = = . packages = find: -python_requires = >=3.8 +python_requires = >=3.9 [options.packages.find] where = . From 0cdb8e3ca6dce973276b07abd7382b974de3f5f7 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Tue, 12 Dec 2023 16:51:58 +0100 Subject: [PATCH 2/2] refactor: update to psi-python39/2021.11 in deploy script --- deployment/deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deployment/deploy.sh b/deployment/deploy.sh index 8d962c0..7b0e87a 100755 --- a/deployment/deploy.sh +++ b/deployment/deploy.sh @@ -4,7 +4,7 @@ BEAMLINE_REPO=gitlab.psi.ch:bec/pxiii-bec.git git clone git@$BEAMLINE_REPO -module add psi-python38/2020.11 +module add psi-python39/2021.11 # start redis docker run --network=host --name redis-bec -d redis @@ -27,4 +27,3 @@ pip install -e ./pxiii-bec # start the BEC server bec-server start --config ./pxiii-bec/deployment/bec-server-config.yaml -