Skip to content

Commit 43c999e

Browse files
authored
Drop python 3.11, add 3.14 in CI (#157)
* Drop python 3.11 from CI runs * remove 3.14 for now * Add Python 3.14 to workflow matrix * Update nbQA version to 1.9.1
1 parent 89abd4b commit 43c999e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/notebooks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
strategy:
1919
max-parallel: 12
2020
matrix:
21-
os: [Ubuntu-22.04, macOS-latest]
22-
python-version: ["3.11", "3.12", "3.13"]
21+
os: [ubuntu-latest, macos-latest]
22+
python-version: ["3.12", "3.13", "3.14"]
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/nbQA-dev/nbQA
3-
rev: 1.7.0
3+
rev: 1.9.1
44
hooks:
55
- id: nbqa-pyupgrade
66
additional_dependencies: [jupytext]

0 commit comments

Comments
 (0)