Skip to content

Commit ab5485f

Browse files
committed
Update Python version requirement to <3.14 and adjust classifiers in pyproject.toml
1 parent d64bbe2 commit ab5485f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ authors = [
1111
{name = "Nicky Sandhu", email = "psandhu@water.ca.gov"}
1212
]
1313
readme = "README.rst"
14-
requires-python = "<3.13"
14+
requires-python = "<3.14"
1515
keywords = ["dms_datastore", "data", "repository", "download"]
1616
classifiers = [
17-
"Programming Language :: Python :: 3.9",
18-
"Programming Language :: Python :: 3.10",
19-
"Programming Language :: Python :: 3.11"
17+
"Development Status :: 0 - Beta",
18+
"Programming Language :: Python :: 3",
2019
]
2120

2221
dependencies = [

0 commit comments

Comments
 (0)