Test on Python 3.11, drop Python 3.7-3.8 (#2982)

This commit is contained in:
Raphael Michel
2023-01-30 17:54:19 +01:00
committed by GitHub
parent a7f9e100d2
commit 00d901b04b
8 changed files with 26 additions and 24 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9-bullseye
FROM python:3.11-bullseye
RUN apt-get update && \
apt-get install -y --no-install-recommends \