1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 22:35:45 +00:00

ci: python 3.12+ compatibility

ci: python 3.12+ compatibility
This commit is contained in:
Niek
2024-12-18 11:34:19 +01:00
parent 2bb0bbe5c9
commit 92eb45f0ec
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.12
ENV PYTEST_RUNNING_IN_CONTAINER=1