File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 44name : Latest release
55
66env :
7- CACHE_VERSION : 9
8- DEFAULT_PYTHON : " 3.11 "
7+ CACHE_VERSION : 10
8+ DEFAULT_PYTHON : " 3.12 "
99
1010# Only run on merges
1111on :
Original file line number Diff line number Diff line change 44name : Latest commit
55
66env :
7- CACHE_VERSION : 10
8- DEFAULT_PYTHON : " 3.11 "
7+ CACHE_VERSION : 11
8+ DEFAULT_PYTHON : " 3.12 "
99 PRE_COMMIT_HOME : ~/.cache/pre-commit
1010
1111on :
@@ -167,7 +167,7 @@ jobs:
167167 needs : commitcheck
168168 strategy :
169169 matrix :
170- python-version : ["3.12", "3.11" ]
170+ python-version : ["3.12"]
171171 steps :
172172 - name : Check out committed code
173173 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -206,7 +206,7 @@ jobs:
206206 needs : prepare-test-cache
207207 strategy :
208208 matrix :
209- python-version : ["3.12", "3.11" ]
209+ python-version : ["3.12"]
210210
211211 steps :
212212 - name : Check out committed code
Original file line number Diff line number Diff line change 66
77default_language_version :
88 # force all unspecified python hooks to run python3
9- python : python3.11
9+ python : python3.12
1010
1111repos :
1212 # Run manually in CI skipping the branch checks
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ include-package-data = true
5252include = [" plugwise*" ]
5353
5454[tool .black ]
55- target-version = [" py311 " ]
55+ target-version = [" py312 " ]
5656exclude = ' generated'
5757
5858[tool .isort ]
@@ -188,7 +188,7 @@ norecursedirs = [
188188]
189189
190190[tool .mypy ]
191- python_version = " 3.11 "
191+ python_version = " 3.12 "
192192show_error_codes = true
193193follow_imports = " silent"
194194ignore_missing_imports = true
@@ -218,7 +218,7 @@ omit= [
218218]
219219
220220[tool .ruff ]
221- target-version = " py311 "
221+ target-version = " py312 "
222222
223223select = [
224224 " B002" , # Python does not support the unary prefix increment
You can’t perform that action at this time.
0 commit comments