We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720f3a6 commit a088d53Copy full SHA for a088d53
Dockerfile
@@ -1,5 +1,5 @@
1
# Pull base image
2
-FROM python:3.7.2
+FROM python:3.11
3
4
# Set environment variables
5
ENV PYTHONDONTWRITEBYTECODE 1
README.rst
@@ -45,7 +45,7 @@ Your environment variables are now set and you can proceed with the instructions
45
Development Setup
46
-----------------
47
48
-In a Python 3.7 virtual environment::
+In a Python 3.11 virtual environment::
49
50
$ cd requirements
51
$ pip install -r development.txt
0 commit comments