From 632d774c424983b7adb0f0c749cc3c3e05a8cfda Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Thu, 7 Oct 2021 15:46:48 +0200 Subject: [PATCH] information about python support --- .gitlab-ci.yml | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cca79536..82ad6fdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ test_python_3.8: test_python_3.9: <<: *test_definition - image: python:9 + image: python:3.9 script: - cp "local_settings_ci_sqlite.py" "smash/smash/local_settings.py" - cd smash diff --git a/readme.md b/readme.md index a5766a3f..0c96560c 100644 --- a/readme.md +++ b/readme.md @@ -33,7 +33,7 @@ apt-get install nodejs git clone ssh://git@git-r3lab-server.uni.lu:8022/NCER-PD/scheduling-system.git ``` - - setup virtualenv with clean python3 working environment and start using it. Important, currently only python3.6-3.9 or are supported + - setup virtualenv with clean python3 working environment and start using it. Important, currently only python3.6-3.8 are supported ```bash cd scheduling-system -- GitLab