mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 15:27:53 +10:00
Bump Python version requirement from 3.11 to 3.14
Update all references to Python 3.11 to use Python 3.14 to match the pyproject.toml requires-python = ">=3.14" setting: - bin/lock_pkgs.sh: uv venv --python 3.14 - .github/workflows/test.yml: python matrix and PDM version - .github/workflows/pip.yml: PYTHON_VERSION env var - Dockerfile: comment and example FROM line - Issue templates: example version output
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# This is the Dockerfile for ArchiveBox, it bundles the following main dependencies:
|
||||
# python3.11, pip, pipx, uv, python3-ldap
|
||||
# python3.14, pip, pipx, uv, python3-ldap
|
||||
# curl, wget, git, dig, ping, tree, nano
|
||||
# node, npm, single-file, readability-extractor, postlight-parser
|
||||
# ArchiveBox, yt-dlp, playwright, chromium
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
### Example: Using ArchiveBox in your own project's Dockerfile ########
|
||||
|
||||
# FROM python:3.12-slim
|
||||
# FROM python:3.14-slim
|
||||
# WORKDIR /data
|
||||
# RUN pip install archivebox>=0.8.5rc51 # use latest release here
|
||||
# RUN archivebox install
|
||||
|
||||
Reference in New Issue
Block a user