diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e907d7..6572161 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,12 +14,12 @@ repos: - id: check-json types: [file] # override `types: [json]` files: \.(json|ipynb)$ - - repo: https://github.com/psf/black - rev: "25.9.0" + - repo: https://github.com/psf/black-pre-commit-mirror + rev: "25.11.0" hooks: - id: black - repo: https://github.com/asottile/reorder-python-imports - rev: "v3.15.0" + rev: "v3.16.0" hooks: - id: reorder-python-imports - repo: https://github.com/pycqa/flake8 @@ -28,7 +28,7 @@ repos: - id: flake8 language_version: python3 - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v1.0.0 + rev: v1.0.2 hooks: - id: sphinx-lint types: [rst] diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 73d04c0..4f07827 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.12" + python: "3.13" # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/pyproject.toml b/pyproject.toml index 7dcf70a..bc8a6fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ ] description = "Berlin Python User Groups" readme = "README.rst" -requires-python = ">=3.9" +requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: BSD License",