File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ repos:
1515 types : [file] # override `types: [json]`
1616 files : \.(json|ipynb)$
1717 - repo : https://github.com/psf/black
18- rev : " 25.9 .0"
18+ rev : " 25.11 .0"
1919 hooks :
2020 - id : black
2121 - repo : https://github.com/asottile/reorder-python-imports
22- rev : " v3.15 .0"
22+ rev : " v3.16 .0"
2323 hooks :
2424 - id : reorder-python-imports
2525 - repo : https://github.com/pycqa/flake8
2828 - id : flake8
2929 language_version : python3
3030 - repo : https://github.com/sphinx-contrib/sphinx-lint
31- rev : v1.0.0
31+ rev : v1.0.1
3232 hooks :
3333 - id : sphinx-lint
3434 types : [rst]
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ version: 2
77
88# Set the version of Python and other tools you might need
99build :
10- os : ubuntu-22 .04
10+ os : ubuntu-24 .04
1111 tools :
12- python : " 3.12 "
12+ python : " 3.13 "
1313
1414# Build documentation in the docs/ directory with Sphinx
1515sphinx :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = [
66]
77description = " Berlin Python User Groups"
88readme = " README.rst"
9- requires-python = " >=3.9 "
9+ requires-python = " >=3.10 "
1010classifiers = [
1111 " Programming Language :: Python :: 3" ,
1212 " License :: OSI Approved :: BSD License" ,
You can’t perform that action at this time.
0 commit comments