Setup testing environments for python 3.11

This commit is contained in:
2022-12-18 01:59:01 +01:00
parent 9effd126dd
commit 1c3318c24c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: default
steps: steps:
- name: test - name: test
image: python:3.10 image: python:3.11
environment: environment:
STROOP_DISCORD_TOKEN: STROOP_DISCORD_TOKEN:
from_secret: STROOP_DISCORD_TOKEN from_secret: STROOP_DISCORD_TOKEN
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.10 FROM python:3.11
WORKDIR /opt/stroopwafel WORKDIR /opt/stroopwafel