ArchiveBox/.github
Claude ae2ab5b273
Add Python 3.13 support with uuid7 backport compatibility
- Create uuid_compat.py module that provides uuid7 for Python <3.14
  using uuid_extensions package, and native uuid.uuid7 for Python 3.14+
- Update all model files and migrations to use archivebox.uuid_compat
- Add uuid7 conditional dependency in pyproject.toml for Python <3.14
- Update requires-python to >=3.13 (from >=3.14)
- Update GitHub workflows, lock_pkgs.sh to use Python 3.13
- Update tool configs (ruff, pyright, uv) for Python 3.13

This enables running ArchiveBox on Python 3.13 while maintaining
forward compatibility with Python 3.14's native uuid7 support.
2025-12-27 01:07:30 +00:00
..
ISSUE_TEMPLATE Bump Python version requirement from 3.11 to 3.14 2025-12-27 00:30:27 +00:00
workflows Add Python 3.13 support with uuid7 backport compatibility 2025-12-27 01:07:30 +00:00
.readthedocs.yaml move readthedocs config into subdir 2024-11-12 22:10:00 -08:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
dependabot.yml Update dependabot.yml 2024-06-04 03:40:22 -07:00
FUNDING.yml add swag link to funding links 2025-03-20 15:51:20 -07:00
PULL_REQUEST_TEMPLATE.md
SECURITY.md move security policy to github dir 2024-10-05 04:04:42 -07:00