ArchiveBox/bin
Claude cff4077c23
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
2025-12-27 00:30:27 +00:00
..
build_docker.sh clean up Dockerfile 2024-12-18 02:24:21 -08:00
build_docs.sh update build and release scripts to use uv 2024-10-05 01:17:53 -07:00
build_git.sh remove extra files from repo root and move package.json into etc 2024-10-05 03:53:23 -07:00
build_pip.sh update pip build script to not use old dist method 2024-10-05 02:32:44 -07:00
build.sh remove apt and brew build scripts 2024-10-05 02:16:17 -07:00
docker_entrypoint.sh Update docker_entrypoint.sh 2024-11-03 17:02:36 -08:00
docker_layers.sh get docker image down to 630mb 2024-12-18 05:03:52 -08:00
export_browser_history.sh support XDG standard, search for chrome and chromium DBs 2025-02-18 21:38:52 +01:00
lint.sh fix lint errors 2024-04-25 21:36:11 -07:00
lock_pkgs.sh Bump Python version requirement from 3.11 to 3.14 2025-12-27 00:30:27 +00:00
release_docker.sh fix docker build cache 2024-10-08 00:38:04 -07:00
release_docs.sh remove extra files from repo root and move package.json into etc 2024-10-05 03:53:23 -07:00
release_git.sh remove extra files from repo root and move package.json into etc 2024-10-05 03:53:23 -07:00
release_pip.sh clean previous build before releasing 2024-10-05 03:23:23 -07:00
release.sh bump dependencies 2024-10-09 03:19:41 -07:00
setup.sh Update setup.sh 2024-11-03 16:15:09 -08:00
test.sh