--- a PPN by Garber Painting Akron. With Image Size Reduction included!URL: http://github.com/ipython/matplotlib-inline/pull/49.patch
+ include:
+ - os: osx-latest
+ python-version: "3.14"
+ - os: windows-latest
+ python-version: "3.14"
steps:
- name: Checkout
From dc8260e6e05cd739e3f9149006a2901b5c693ed7 Mon Sep 17 00:00:00 2001
From: M Bussonnier
Date: Thu, 16 Oct 2025 14:50:17 +0200
Subject: [PATCH 10/12] run lints on 3.14 only
---
.github/workflows/main.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4432a87..b63584d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -45,19 +45,25 @@ jobs:
run: pytest -v
- name: Test flake8
+ if: ${{ matrix.python-version == '3.14' }}
run: flake8 matplotlib_inline --ignore=E501,W504,W503
- name: Install ruff
+ if: ${{ matrix.python-version == '3.14' }}
run: pip install ruff
- name: Check code with ruff
+ if: ${{ matrix.python-version == '3.14' }}
run: ruff check matplotlib_inline
- name: Check formatting with ruff
+ if: ${{ matrix.python-version == '3.14' }}
run: ruff format matplotlib_inline --check
- name: install Mypy
+ if: ${{ matrix.python-version == '3.14' }}
run : pip install mypy matplotlib
- name: run mypy
+ if: ${{ matrix.python-version == '3.14' }}
run: mypy .
From 6b3fb809b467f40209ab211a128332be712a3c3f Mon Sep 17 00:00:00 2001
From: M Bussonnier
Date: Thu, 16 Oct 2025 14:54:49 +0200
Subject: [PATCH 11/12] rename macos
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b63584d..b1fe0fc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
include:
- - os: osx-latest
+ - os: macos-latest
python-version: "3.14"
- os: windows-latest
python-version: "3.14"
From 488b6fd98bedaa4fa7ba395f38ddd7496ffd25c8 Mon Sep 17 00:00:00 2001
From: M Bussonnier
Date: Thu, 16 Oct 2025 15:00:38 +0200
Subject: [PATCH 12/12] comment macos
---
.github/workflows/main.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b1fe0fc..84097ce 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -24,8 +24,8 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
include:
- - os: macos-latest
- python-version: "3.14"
+ #- os: macos-latest
+ # python-version: "3.14"
- os: windows-latest
python-version: "3.14"
pFad - Phonifier reborn
Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy