Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading