Merge pull request #1120 from mokibit/inform-user-to-use-newer-python

Throw a readable error on too old Python
This commit is contained in:
Povilas Kanapickas 2025-01-27 21:53:24 +02:00 committed by GitHub
commit 51d180d2d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
# https://docs.docker.com/compose/django/
# https://docs.docker.com/compose/wordpress/
# TODO: podman pod logs --color -n -f pod_testlogs
from __future__ import annotations
from __future__ import annotations # If you see an error here, use Python 3.7 or greater
import argparse
import asyncio.exceptions