Skip to content

Commit 1ddb79f

Browse files
authored
Merge pull request #220 from ocefpaf/macOS-13_runner_deprecation
Removed deprecated macos-13 runner
2 parents c43361a + 0bd7433 commit 1ddb79f

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ updates:
1212
groups:
1313
github-actions:
1414
patterns:
15-
- '*'
15+
- '*'
16+
cooldown:
17+
default-days: 7

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
arch: aarch64
2323
- os: windows-2022
2424
arch: AMD64
25-
- os: macos-14
25+
- os: macos-15
2626
arch: arm64
27-
- os: macos-13
27+
- os: macos-15-intel
2828
arch: x86_64
2929

3030
steps:

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-ast
66
- id: debug-statements
@@ -20,18 +20,18 @@ repos:
2020
- --ignore-words-list=nin,preformed,wih,
2121

2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: v2.6.0
23+
rev: v2.11.1
2424
hooks:
2525
- id: pyproject-fmt
2626

2727

2828
- repo: https://github.com/charliermarsh/ruff-pre-commit
29-
rev: v0.12.7
29+
rev: v0.14.11
3030
hooks:
3131
- id: ruff
3232

3333
- repo: https://github.com/woodruffw/zizmor-pre-commit
34-
rev: v1.11.0
34+
rev: v1.20.0
3535
hooks:
3636
- id: zizmor
3737

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
3333
"Programming Language :: Python :: 3.13",
34+
"Programming Language :: Python :: 3.14",
3435
"Topic :: Scientific/Engineering",
3536
]
3637
dynamic = [

0 commit comments

Comments
 (0)