Skip to content

Commit bc814ee

Browse files
committed
update python version and ruff
1 parent 482a388 commit bc814ee

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,36 +171,36 @@ workflows:
171171
- "3.11"
172172
- "3.12"
173173
- "3.13"
174-
174+
175175
- ruff:
176176
matrix:
177177
parameters:
178178
version:
179-
- "3.9"
179+
- "3.12"
180180
requires:
181181
- build_and_test
182182

183183
- test_documentation_build:
184184
matrix:
185185
parameters:
186186
version:
187-
- "3.9"
187+
- "3.12"
188188
requires:
189189
- build_and_test
190190

191191
- test_deprecation_warnings:
192192
matrix:
193193
parameters:
194194
version:
195-
- "3.9"
195+
- "3.12"
196196
requires:
197197
- build_and_test
198198

199199
- test_pypi_publish:
200200
matrix:
201201
parameters:
202202
version:
203-
- "3.9"
203+
- "3.12"
204204
requires:
205205
- build_and_test
206206

@@ -218,7 +218,7 @@ workflows:
218218
- "3.11"
219219
- "3.12"
220220
- "3.13"
221-
221+
222222
filters:
223223
branches:
224224
ignore: /.*/
@@ -230,7 +230,7 @@ workflows:
230230
matrix:
231231
parameters:
232232
version:
233-
- "3.9"
233+
- "3.12"
234234
requires:
235235
- build_and_test
236236
filters:
@@ -244,7 +244,7 @@ workflows:
244244
matrix:
245245
parameters:
246246
version:
247-
- "3.9"
247+
- "3.12"
248248
requires:
249249
- build_and_test
250250
filters:
@@ -258,7 +258,7 @@ workflows:
258258
matrix:
259259
parameters:
260260
version:
261-
- "3.9"
261+
- "3.12"
262262
requires:
263263
- build_and_test
264264
filters:
@@ -272,7 +272,7 @@ workflows:
272272
matrix:
273273
parameters:
274274
version:
275-
- "3.9"
275+
- "3.12"
276276
requires:
277277
- build_and_test
278278
- ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tests = [
4848
"pytest",
4949
"pytest-cov",
5050
"watchdog",
51-
"ruff==0.4.1",
51+
"ruff==0.8.3",
5252
"coverage",
5353
]
5454
docs = [

0 commit comments

Comments
 (0)