Skip to content

Commit 617207b

Browse files
committed
Update Python dependencies
1 parent c407b65 commit 617207b

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
cache-dependency-path: yarn.lock
2626

2727
- name: Setup Python
28-
uses: actions/setup-python@v2.2.2
28+
uses: actions/setup-python@v5
2929
with:
30-
python-version: 3.x
30+
python-version: '3.13'
3131

3232
- name: Install Jupyterlab
3333
run: pip install jupyterlab==4

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "sparkmonitor"
77
readme = "README.md"
88
license = { file = "LICENSE" }
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.10"
1010
classifiers = [
1111
"Framework :: Jupyter",
1212
"Framework :: Jupyter :: JupyterLab",
@@ -16,11 +16,10 @@ classifiers = [
1616
"License :: OSI Approved :: Apache Software License",
1717
"Programming Language :: Python",
1818
"Programming Language :: Python :: 3",
19-
"Programming Language :: Python :: 3.8",
20-
"Programming Language :: Python :: 3.9",
2119
"Programming Language :: Python :: 3.10",
2220
"Programming Language :: Python :: 3.11",
2321
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2423
]
2524
dependencies = [
2625
]

0 commit comments

Comments
 (0)