Skip to content

Commit

Permalink
Merge pull request #1120 from mokibit/inform-user-to-use-newer-python
Browse files Browse the repository at this point in the history
Throw a readable error on too old Python
  • Loading branch information
p12tic authored Jan 27, 2025
2 parents 9c905f9 + bdb3e4e commit 51d180d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51d180d

Please sign in to comment.