Skip to content

Commit 613b2a4

Browse files
Merge pull request #39 from Caltech-IPAC/upgrade-py
Upgrade python dependency to >=3.10
2 parents 8e89822 + a30f62f commit 613b2a4

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These extensions add the following features to JupyterLab:
1717

1818
* JupyterLab ^4.0.0 - where these extensions will run. Check past releases if you are using JupyterLab<4.
1919

20-
* firefly_client ^2.1.1 - can be installed with `pip install firefly-client`.
20+
* firefly_client ^3.3.0 - can be installed with `pip install firefly-client`.
2121

2222
* Firefly server - you can run it locally via a Firefly Docker image obtained from https://hub.docker.com/r/ipac/firefly.
2323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter_firefly_extensions",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "Jupyterlab extensions for rendering FITS and displaying tables, images, & charts with Firefly",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "hatchling.build"
1010
name = "jupyter_firefly_extensions"
1111
readme = "README.md"
1212
license = {text = "BSD-3-Clause License"}
13-
requires-python = ">=3.8"
13+
requires-python = ">=3.10"
1414
classifiers = [
1515
"Intended Audience :: Developers",
1616
"Intended Audience :: System Administrators",
@@ -23,14 +23,10 @@ classifiers = [
2323
"License :: OSI Approved :: BSD License",
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3",
26-
"Programming Language :: Python :: 3.8",
27-
"Programming Language :: Python :: 3.9",
28-
"Programming Language :: Python :: 3.10",
29-
"Programming Language :: Python :: 3.11",
3026
]
3127
dependencies = [
3228
"jupyter_server>=2.0.1,<3",
33-
"firefly_client>=2.1.1"
29+
"firefly_client>=3.3.0"
3430
]
3531
dynamic = ["version", "description", "authors", "urls", "keywords"]
3632

0 commit comments

Comments
 (0)