Skip to content

Commit a088d53

Browse files
authored
Updated README, Dockerfile python version 3.11. (#539)
1 parent 720f3a6 commit a088d53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pull base image
2-
FROM python:3.7.2
2+
FROM python:3.11
33

44
# Set environment variables
55
ENV PYTHONDONTWRITEBYTECODE 1

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Your environment variables are now set and you can proceed with the instructions
4545
Development Setup
4646
-----------------
4747

48-
In a Python 3.7 virtual environment::
48+
In a Python 3.11 virtual environment::
4949

5050
$ cd requirements
5151
$ pip install -r development.txt

0 commit comments

Comments
 (0)