From 1c3318c24cef86808e85ef88a54153d447aca8fa Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sun, 18 Dec 2022 01:59:01 +0100 Subject: [PATCH] Setup testing environments for python 3.11 --- .drone.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 83f140a..62a6749 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: test - image: python:3.10 + image: python:3.11 environment: STROOP_DISCORD_TOKEN: from_secret: STROOP_DISCORD_TOKEN diff --git a/Dockerfile b/Dockerfile index 2a204d3..f274191 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.11 WORKDIR /opt/stroopwafel