Skip to content

Commit b1c81dc

Browse files
committed
Fix missing Python 3.9 updates
1 parent eaeefb3 commit b1c81dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4040
libproj13 \
4141
&& rm -rf /var/lib/apt/lists/*
4242

43-
COPY --from=build /usr/local/lib/python3.8 /usr/local/lib/python3.8
43+
COPY --from=build /usr/local/lib/python3.9 /usr/local/lib/python3.9
4444
COPY --from=build /usr/local/bin/uwsgi /usr/local/bin/uwsgi
4545

4646
# Stage 3.2 - Copy source code

INSTALL.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Prerequisites
1818

1919
You need the following libraries and/or programs:
2020

21-
* `Python`_ 3.8 or above
21+
* `Python`_ 3.9 or above
2222
* Python `Virtualenv`_ and `Pip`_
2323
* `PostgreSQL`_ 12 or above with PostGIS extension
2424
* `Node.js`_

0 commit comments

Comments
 (0)