ci: drop python/3.9 #16

Merged
usov_i merged 1 commits from drop-python39 into master 2024-03-05 22:40:36 +01:00
4 changed files with 7 additions and 4 deletions

View File

@@ -4,7 +4,8 @@ if [ "pc15543.psi.ch" != "$(hostname)" ]; then
exit 1
fi
module add psi-python39/2021.11
module use unstable
module add psi-python311/2024.02
echo module add tmux/3.2 >> ~/.bashrc
echo module add redis/7.0.12 >> ~/.bashrc

View File

@@ -1,4 +1,5 @@
module add psi-python39/2021.11
module use unstable
module add psi-python311/2024.02
cd ~/Data10/software
python -m venv ./bec_widgets_venv

View File

@@ -4,7 +4,8 @@
# BEAMLINE_REPO=gitlab.psi.ch:bec/csaxs-bec.git
# git clone git@$BEAMLINE_REPO
module add psi-python39/2021.11
module use unstable
module add psi-python311/2024.02
# start redis
docker run --network=host --name redis-bec -d redis

View File

@@ -15,7 +15,7 @@ classifiers =
package_dir =
= .
packages = find:
python_requires = >=3.9
python_requires = >=3.10
[options.packages.find]
where = .