Skip to content

Commit 003a48c

Browse files
authored
Update to github-activity>=1.1.1, drop Python 3.9 (#627)
* Update `github-activity` * Update github-activity dependency version constraint * fix bounds * Update github-activity dependency version * Update github-activity dependency version * bump python * back to 3.13
1 parent 28d08b1 commit 003a48c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
os: [ubuntu-latest, windows-latest, macos-latest]
45-
python-version: ["3.9", "3.13"]
45+
python-version: ["3.10", "3.13"]
4646
steps:
4747
- uses: actions/checkout@v4
4848
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@ classifiers = [
1414
"Intended Audience :: Science/Research",
1515
"License :: OSI Approved :: BSD License",
1616
"Programming Language :: Python",
17-
"Programming Language :: Python :: 3.9",
1817
"Programming Language :: Python :: 3.10",
1918
"Programming Language :: Python :: 3.11",
2019
"Programming Language :: Python :: 3.12",
2120
"Programming Language :: Python :: 3.13",
2221
]
2322
urls = {Homepage = "https://jupyter.org"}
24-
requires-python = ">=3.9"
23+
requires-python = ">=3.10"
2524
dynamic = ["version"]
2625
dependencies = [
2726
"click<8.2.0",
2827
"ghapi<=1.0.4",
29-
"github-activity~=0.2",
28+
"github-activity>=1.1.1,<2",
3029
"importlib_resources",
3130
"jsonschema>=3.0.1",
3231
"mdformat",

0 commit comments

Comments
 (0)