Skip to content

Commit 1d13b51

Browse files
Upgrade python dependency to >=3.10
1 parent fa33d56 commit 1d13b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "firefly_client"
7-
version = "3.2.0"
7+
version = "3.3.0"
88
description = "Python API for Firefly: display astronomical data as tables, images, charts, and more!"
99
authors = [
1010
{name = "IPAC LSST SUIT"}
1111
]
1212
readme = "README.md"
1313
license = {file = "License.txt"}
14-
requires-python = ">=3.8"
14+
requires-python = ">=3.10"
1515
dependencies = [
1616
"websocket-client",
1717
"requests"

0 commit comments

Comments
 (0)