From d977f360aa21754c703debb8a587707abdf690bb Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Dec 2025 17:38:03 +0100 Subject: [PATCH 1/7] Update `github-activity` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f20dcf71..f6516142 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dynamic = ["version"] dependencies = [ "click<8.2.0", "ghapi<=1.0.4", - "github-activity~=0.2", + "github-activity>=1.0,<2", "importlib_resources", "jsonschema>=3.0.1", "mdformat", From c1227a0d9051ab52b8f772150d0fa5b80c432fb0 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Dec 2025 17:43:08 +0100 Subject: [PATCH 2/7] Update github-activity dependency version constraint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6516142..f13ee55c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dynamic = ["version"] dependencies = [ "click<8.2.0", "ghapi<=1.0.4", - "github-activity>=1.0,<2", + "github-activity~=1.0", "importlib_resources", "jsonschema>=3.0.1", "mdformat", From 55a8a71a2361f525fa2353870e67673bc762dbfe Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Dec 2025 17:53:32 +0100 Subject: [PATCH 3/7] fix bounds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f13ee55c..da02dd29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dynamic = ["version"] dependencies = [ "click<8.2.0", "ghapi<=1.0.4", - "github-activity~=1.0", + "github-activity>=1.0.3,<2", "importlib_resources", "jsonschema>=3.0.1", "mdformat", From c7d42ef1a4d143432b330775ec8bc8b77358dd8d Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 9 Dec 2025 17:46:49 +0100 Subject: [PATCH 4/7] Update github-activity dependency version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da02dd29..ad8777cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dynamic = ["version"] dependencies = [ "click<8.2.0", "ghapi<=1.0.4", - "github-activity>=1.0.3,<2", + "github-activity>=1.1.0,<2", "importlib_resources", "jsonschema>=3.0.1", "mdformat", From 32913b1c7fef944b96765308b0aa72cc25f09067 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 9 Dec 2025 21:00:10 +0100 Subject: [PATCH 5/7] Update github-activity dependency version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad8777cd..c333affd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dynamic = ["version"] dependencies = [ "click<8.2.0", "ghapi<=1.0.4", - "github-activity>=1.1.0,<2", + "github-activity>=1.1.1,<2", "importlib_resources", "jsonschema>=3.0.1", "mdformat", From c88fb0f686d564218f5bd45582ae7b08bf150345 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 9 Dec 2025 21:09:09 +0100 Subject: [PATCH 6/7] bump python --- .github/workflows/test.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6920b85e..9ad346d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.9", "3.13"] + python-version: ["3.10", "3.14"] steps: - uses: actions/checkout@v4 - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 diff --git a/pyproject.toml b/pyproject.toml index c333affd..9ebf9535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,14 +14,14 @@ classifiers = [ "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] urls = {Homepage = "https://jupyter.org"} -requires-python = ">=3.9" +requires-python = ">=3.10" dynamic = ["version"] dependencies = [ "click<8.2.0", From c6f9e18817a17a6f5bdd1b3c11b0b571abad1f89 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 9 Dec 2025 21:34:44 +0100 Subject: [PATCH 7/7] back to 3.13 --- .github/workflows/test.yml | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9ad346d7..993cc8f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.10", "3.14"] + python-version: ["3.10", "3.13"] steps: - uses: actions/checkout@v4 - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 diff --git a/pyproject.toml b/pyproject.toml index 9ebf9535..12431091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", - "Programming Language :: Python :: 3.14", ] urls = {Homepage = "https://jupyter.org"} requires-python = ">=3.10"