Update CI to run on python 3.10

This commit is contained in:
Matthias
2021-08-08 10:24:54 +02:00
parent 8edc84bf25
commit 5b2a1b9e7a
3 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.9.9-slim-bullseye as base
FROM python:3.10.0-slim-bullseye as base
# Setup env
ENV LANG C.UTF-8