Skip to content
Snippets Groups Projects
Commit 632d774c authored by Piotr Gawron's avatar Piotr Gawron
Browse files

information about python support

parent 15304d56
No related branches found
No related tags found
1 merge request!358python 3.10 is not supported
Pipeline #48048 passed
...@@ -68,7 +68,7 @@ test_python_3.8: ...@@ -68,7 +68,7 @@ test_python_3.8:
test_python_3.9: test_python_3.9:
<<: *test_definition <<: *test_definition
image: python:9 image: python:3.9
script: script:
- cp "local_settings_ci_sqlite.py" "smash/smash/local_settings.py" - cp "local_settings_ci_sqlite.py" "smash/smash/local_settings.py"
- cd smash - cd smash
......
...@@ -33,7 +33,7 @@ apt-get install nodejs ...@@ -33,7 +33,7 @@ apt-get install nodejs
git clone ssh://git@git-r3lab-server.uni.lu:8022/NCER-PD/scheduling-system.git 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 ```bash
cd scheduling-system cd scheduling-system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment