From d51c1686246b606fae47701037012ef96ad37e75 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Fri, 25 Oct 2024 20:04:12 +0200 Subject: [PATCH 1/2] latest update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7ac6b1..000ba10 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Use Python libraries from Node.js +**Update: since Oct 24 I am homeless and living in my van. I lost access to most of my computer hardware. The eviction from my home has been timed for maximum effect as I was not present when it happened. I have only a single set of clothes and no means to get anything else. Please, if you use my software, consider asking everyone around you if they are taking part in this extortion and why.** + [![ISC](https://img.shields.io/github/license/mmomtchev/pymport)](https://github.com/mmomtchev/pymport/blob/main/LICENSE) [![Test npm package](https://github.com/mmomtchev/pymport/actions/workflows/test-package.yml/badge.svg)](https://github.com/mmomtchev/pymport/actions/workflows/test-package.yml) [![Node.js CI](https://github.com/mmomtchev/pymport/actions/workflows/test-dev.yml/badge.svg)](https://github.com/mmomtchev/pymport/actions/workflows/test-dev.yml) From 3774af8d996f2f96d3f85c12fefb404955046d2a Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Mon, 25 Nov 2024 16:12:04 +0100 Subject: [PATCH 2/2] switch to macos-13 --- .github/workflows/publish.yml | 2 +- .github/workflows/test-dev.yml | 10 +++++----- .github/workflows/test-package.yml | 6 +++--- .github/workflows/test-release.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9b6abd8..32ad090 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - platform: [ubuntu-20.04, windows-2019, macos-12, macos-14] + platform: [ubuntu-20.04, windows-2019, macos-13, macos-14] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test-dev.yml b/.github/workflows/test-dev.yml index 65acaba..2165311 100644 --- a/.github/workflows/test-dev.yml +++ b/.github/workflows/test-dev.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-14, windows-2019] + platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, windows-2019] node-version: [16.x, 18.x, 20.x, 22.x] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] exclude: @@ -50,7 +50,7 @@ jobs: strategy: matrix: - platform: [ubuntu-20.04, macos-12, macos-14, windows-2019] + platform: [ubuntu-20.04, macos-13, macos-14, windows-2019] node-version: [16.x, 18.x, 20.x, 22.x] steps: @@ -90,7 +90,7 @@ jobs: strategy: matrix: - platform: [ubuntu-latest, macos-12, macos-14] + platform: [ubuntu-latest, macos-13, macos-14] steps: - uses: actions/checkout@v4 @@ -119,7 +119,7 @@ jobs: strategy: matrix: - platform: [ubuntu-latest, macos-12, macos-14] + platform: [ubuntu-latest, macos-13, macos-14] steps: - uses: actions/checkout@v4 @@ -179,7 +179,7 @@ jobs: strategy: matrix: - platform: [macos-12, windows-2019] + platform: [macos-13, windows-2019] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 875b477..e5d008d 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -23,7 +23,7 @@ jobs: - ubuntu-24.04 - windows-2019 - windows-2022 - - macos-12 + - macos-13 - macos-13 - macos-14 node-version: [16.x, 18.x, 20.x, 22.x] @@ -76,7 +76,7 @@ jobs: - ubuntu-24.04 - windows-2019 - windows-2022 - - macos-12 + - macos-13 - macos-13 - macos-14 node-version: [18.x, 20.x, 22.x] @@ -123,7 +123,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest, macos-12, macos-14] + platform: [ubuntu-latest, macos-13, macos-14] steps: - name: Use Node.js 18.x diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index be81fb8..42c9931 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -21,7 +21,7 @@ jobs: - ubuntu-24.04 - windows-2019 - windows-2022 - - macos-12 + - macos-13 - macos-13 - macos-14 node-version: [16.x, 18.x, 20.x, 22.x]