File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ repos:
2424 - id : end-of-file-fixer
2525 - id : trailing-whitespace
2626 - repo : https://github.com/tox-dev/pyproject-fmt
27- rev : v2.7.0
27+ rev : v2.11.1
2828 hooks :
2929 - id : pyproject-fmt
3030 - repo : https://github.com/abravalheri/validate-pyproject
3131 rev : v0.24.1
3232 hooks :
3333 - id : validate-pyproject
3434 - repo : https://github.com/sphinx-contrib/sphinx-lint
35- rev : v1.0.0
35+ rev : v1.0.1
3636 hooks :
3737 - id : sphinx-lint
3838 types : [rst]
4444 entry : isort --profile=black
4545 name : isort (python)
4646 - repo : https://github.com/psf/black
47- rev : 25.9 .0
47+ rev : 25.11 .0
4848 hooks :
4949 - id : black
5050 - repo : https://github.com/tonybaloney/perflint
Original file line number Diff line number Diff line change 1- 3.12
1+ 3.13
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ version: 2
1111
1212# Set the version of Python and other tools you might need
1313build :
14- os : ubuntu-22 .04
14+ os : ubuntu-24 .04
1515 apt_packages :
1616 # graphviz is required for sphinx.ext.graphviz
1717 - graphviz
1818 tools :
19- python : " 3.12 "
19+ python : " 3.13 "
2020 jobs :
2121 install :
2222 - python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ license-files = [ "LICENSE" ]
88authors = [
99 { name = " Veit Schiele" , email = " veit@cusy.io" },
1010]
11- requires-python = " >=3.9 "
11+ requires-python = " >=3.10 "
1212classifiers = [
1313 " Operating System :: OS Independent" ,
1414 " Programming Language :: Python :: 3 :: Only" ,
15- " Programming Language :: Python :: 3.9" ,
1615 " Programming Language :: Python :: 3.10" ,
1716 " Programming Language :: Python :: 3.11" ,
1817 " Programming Language :: Python :: 3.12" ,
1918 " Programming Language :: Python :: 3.13" ,
19+ " Programming Language :: Python :: 3.14" ,
2020]
2121dependencies = [ ]
2222
You can’t perform that action at this time.
0 commit comments