Skip to content

Commit 51d180d

Browse files
authored
Merge pull request containers#1120 from mokibit/inform-user-to-use-newer-python
Throw a readable error on too old Python
2 parents 9c905f9 + bdb3e4e commit 51d180d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podman_compose.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://docs.docker.com/compose/django/
88
# https://docs.docker.com/compose/wordpress/
99
# TODO: podman pod logs --color -n -f pod_testlogs
10-
from __future__ import annotations
10+
from __future__ import annotations # If you see an error here, use Python 3.7 or greater
1111

1212
import argparse
1313
import asyncio.exceptions

0 commit comments

Comments
 (0)