Commit a7f3b22 1 parent 6cd1477 commit a7f3b22 Copy full SHA for a7f3b22
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
- uses : actions/checkout@v4
32
32
- uses : actions/setup-python@v5
33
33
with :
34
- python-version : ' 3.10 '
34
+ python-version : ' 3.11 '
35
35
- uses : actions/setup-node@v4
36
36
with :
37
37
node-version : ' 18'
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v4
12
12
- uses : actions/setup-python@v5
13
13
with :
14
- python-version : ' 3.10 '
14
+ python-version : ' 3.11 '
15
15
- uses : isort/isort-action@v1
16
16
with :
17
17
requirementsFiles : requirements/dev.txt
26
26
- uses : actions/checkout@v4
27
27
- uses : actions/setup-python@v5
28
28
with :
29
- python-version : ' 3.10 '
29
+ python-version : ' 3.11 '
30
30
- name : Install dependencies
31
31
run : |
32
32
pip install -r requirements/dev.txt
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
45
45
libgdal-dev \
46
46
&& rm -rf /var/lib/apt/lists/*
47
47
48
- COPY --from=backend-build /usr/local/lib/python3.10 /usr/local/lib/python3.10
48
+ COPY --from=backend-build /usr/local/lib/python3.11 /usr/local/lib/python3.11
49
49
COPY --from=backend-build /usr/local/bin/uwsgi /usr/local/bin/uwsgi
50
50
COPY --from=backend-build /usr/local/bin/celery /usr/local/bin/celery
51
51
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Prerequisites
18
18
19
19
You need the following libraries and/or programs:
20
20
21
- * `Python `_ 3.10 or above
21
+ * `Python `_ 3.11 or above
22
22
* Python `Virtualenv `_ and `Pip `_
23
23
* `PostgreSQL `_ 12 or above with PostGIS extension
24
24
* `Node.js `_
You can’t perform that action at this time.
0 commit comments