From 7aaf9dca2831432882f2da6efb729844f5553582 Mon Sep 17 00:00:00 2001 From: antoliny0919 Date: Sat, 7 Jun 2025 09:33:59 +0900 Subject: [PATCH] Updated README, Dockerfile python version 3.11. --- Dockerfile | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6cc26d19..bb9d4193 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Pull base image -FROM python:3.7.2 +FROM python:3.11 # Set environment variables ENV PYTHONDONTWRITEBYTECODE 1 diff --git a/README.rst b/README.rst index 2f15279d..84c7fefb 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ Your environment variables are now set and you can proceed with the instructions Development Setup ----------------- -In a Python 3.7 virtual environment:: +In a Python 3.11 virtual environment:: $ cd requirements $ pip install -r development.txt