mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-09 16:54:48 +02:00
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:
commit
51d180d2d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user