diff --git a/Dockerfile b/Dockerfile index eec62ea..25ba296 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,7 +74,7 @@ ENV \ COPY requirements.txt /tmp/requirements.txt RUN : \ && curl --silent --location --output /tmp/virtualenv.pyz https://bootstrap.pypa.io/virtualenv/3.10/virtualenv.pyz \ - && python3.12 /tmp/virtualenv.pyz /venv \ + && python3.14 /tmp/virtualenv.pyz /venv \ && pip install --requirement /tmp/requirements.txt \ && rm -rf "$XDG_CACHE_HOME" /tmp/virtualenv.pyz \ && : diff --git a/bin/_info b/bin/_info index 34d8e93..1bb5d50 100755 --- a/bin/_info +++ b/bin/_info @@ -51,9 +51,9 @@ def main() -> int: print() _call('python3.11', '--version', '--version') print() - _call('python3.13', '--version', '--version') + _call('python3.12', '--version', '--version') print() - _call('python3.14', '--version', '--version') + _call('python3.13', '--version', '--version') print() _call('pypy3', '--version', '--version') print()