We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89abd4b commit 43c999eCopy full SHA for 43c999e
.github/workflows/notebooks.yml
@@ -18,13 +18,13 @@ jobs:
18
strategy:
19
max-parallel: 12
20
matrix:
21
- os: [Ubuntu-22.04, macOS-latest]
22
- python-version: ["3.11", "3.12", "3.13"]
+ os: [ubuntu-latest, macos-latest]
+ python-version: ["3.12", "3.13", "3.14"]
23
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
26
- name: Set up Python ${{ matrix.python-version }}
27
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
28
with:
29
python-version: ${{ matrix.python-version }}
30
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/nbQA-dev/nbQA
3
- rev: 1.7.0
+ rev: 1.9.1
4
hooks:
5
- id: nbqa-pyupgrade
6
additional_dependencies: [jupytext]
0 commit comments