File tree Expand file tree Collapse file tree 9 files changed +214
-216
lines changed
Expand file tree Collapse file tree 9 files changed +214
-216
lines changed Original file line number Diff line number Diff line change 11[tool .bumper ]
2- current_version = " 2025.10 .0"
2+ current_version = " 2025.11 .0"
33versioning_type = " calver"
44
55[[tool .bumper .files ]]
Original file line number Diff line number Diff line change 6262 python-version : ${{ matrix.python-version }}
6363
6464 - name : Install uv
65- uses : astral-sh/setup-uv@v6
65+ uses : astral-sh/setup-uv@v7
6666 with :
67- version : " 0.8 .x"
67+ version : " 0.9 .x"
6868 enable-cache : true
6969 cache-dependency-glob : " uv.lock"
7070
7878 uv run tox -e ${{ steps.get-pyver.outputs.PYVER }}
7979
8080 - name : Cache coverage for ${{ matrix.python-version }}
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 with :
8383 name : cov_py${{ matrix.python-version }}
8484 path : .coverage
9898 python-version-file : " pyproject.toml"
9999
100100 - name : Pull coverage workflow artifacts
101- uses : actions/download -artifact@v5
101+ uses : actions/upload -artifact@v5
102102 with :
103103 path : cov_cache/
104104
@@ -116,7 +116,7 @@ jobs:
116116 coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
117117
118118 - name : Publish cov HTML
119- uses : actions/upload-artifact@v4
119+ uses : actions/upload-artifact@v5
120120 with :
121121 path : htmlcov/
122122 name : cov_report_html
Original file line number Diff line number Diff line change 33
44repos :
55 - repo : https://github.com/psf/black-pre-commit-mirror
6- rev : 25.9 .0
6+ rev : 25.11 .0
77 hooks :
88 - id : black
99 - repo : https://github.com/pycqa/isort
10- rev : 6.1 .0
10+ rev : 7.0 .0
1111 hooks :
1212 - id : isort
1313 name : isort
3636 - id : python-check-blanket-type-ignore
3737 - id : python-use-type-annotations
3838 - repo : https://github.com/astral-sh/ruff-pre-commit
39- rev : v0.14.0
39+ rev : v0.14.4
4040 hooks :
4141 - id : ruff-check
Original file line number Diff line number Diff line change 11# Changelog
22Versions follow [ Calendar Versioning] ( https://calver.org/ ) (` <YYYY> ` .` <MM> ` .` <MICRO> ` )
33
4+ ## [ v2025.11.0]
5+ ### Changed
6+ * #5 Change canonical EOL data source
7+
48## [ v2025.10.0]
59### Changed
610* Bump cache release for Python 3.14 release
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Add this to your `.pre-commit-config.yaml`
1111
1212``` yaml
1313- repo : https://github.com/sco1/pre-commit-python-eol
14- rev : v2025.10 .0
14+ rev : v2025.11 .0
1515 hooks :
1616 - id : check-eol
1717` ` `
Original file line number Diff line number Diff line change 5050 "3.9" : {
5151 "branch" : " 3.9" ,
5252 "pep" : 596 ,
53- "status" : " security " ,
53+ "status" : " end-of-life " ,
5454 "first_release" : " 2020-10-05" ,
55- "end_of_life" : " 2025-10" ,
55+ "end_of_life" : " 2025-10-31 " ,
5656 "release_manager" : " Łukasz Langa"
5757 },
5858 "3.8" : {
101101 "status" : " end-of-life" ,
102102 "first_release" : " 2012-09-29" ,
103103 "end_of_life" : " 2017-09-29" ,
104- "release_manager" : " Georg Brandl, Ned Deily (3.3.7+ )"
104+ "release_manager" : " Georg Brandl & Ned Deily (3.3.7)"
105105 },
106106 "3.2" : {
107107 "branch" : " 3.2" ,
Original file line number Diff line number Diff line change 1- __version__ = "2025.10 .0"
1+ __version__ = "2025.11 .0"
22__url__ = "https://github.com/sco1/pre-commit-check-eol"
Original file line number Diff line number Diff line change 11[project ]
22name = " pre-commit-python-eol"
3- version = " 2025.10 .0"
3+ version = " 2025.11 .0"
44description = " A pre-commit hook for enforcing supported Python EOL"
55license = " MIT"
66license-files = [" LICENSE" ]
@@ -42,10 +42,10 @@ dev = [
4242 " flake8~=7.1" ,
4343 " flake8-annotations~=3.1" ,
4444 " flake8-define-class-attributes~=0.2" ,
45- " isort~=6 .0" ,
45+ " isort~=7 .0" ,
4646 " mypy~=1.14" ,
4747 " pre-commit~=4.0" ,
48- " pytest~=8.3 " ,
48+ " pytest~=9.0 " ,
4949 " pytest-cov~=7.0" ,
5050 " pytest-randomly~=4.0" ,
5151 " ruff~=0.9" ,
You can’t perform that action at this time.
0 commit comments