Update code om Python 3.11 te ondersteunen #22

Merged
mark merged 5 commits from python311 into master 2022-12-28 17:57:26 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1c3318c24c - Show all commits
+1 -1
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.11
WORKDIR /opt/stroopwafel