Skip to content

Commit 716939b

Browse files
DOMjudge teammeisterT
DOMjudge team
authored andcommitted
DOMlogo now runs in Python 3.10
1 parent e9d2b24 commit 716939b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

provision-contest/ansible/roles/domlogo/files/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ First, create the following files:
55
- `images/photos/crew.png`, an image with a width of 1024 (and any height) to show for teams without a photo.
66
- `images/photos/idle.png`, an image with a width of 1024 (and any height) to show when the judgedaemon is idle.
77

8-
Next, add the needed Python dependencies to the `lib` folder, within a folder called `python3.8`. You can copy this
8+
Next, add the needed Python dependencies to the `lib` folder, within a folder called `python3.10`. You can copy this
99
folder from a local machine and it should contain the `PySimpleGUI` and `requests` Python packages.
1010

1111
Optionally you can create a file `images/config.yaml` with something like:
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python3.8
1+
python3.*

provision-contest/ansible/roles/domlogo/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
- name: Fix ownership of domlogo env
2727
file:
28-
path: "/home/domjudge/.local/lib/python3.8"
28+
path: "/home/domjudge/.local/lib/python3.10"
2929
recurse: true
3030
owner: domjudge
3131
group: domjudge

0 commit comments

Comments
 (0)