Skip to content

Commit 7cc5cdf

Browse files
committed
fix(versions): Updated python version to >=3.9
1 parent ccf704e commit 7cc5cdf

2 files changed

Lines changed: 195 additions & 4 deletions

File tree

pdm.lock

Lines changed: 191 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jsonconversion"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "This python module helps converting arbitrary Python objects into JSON strings and back."
55
keywords = ["json", "conversion", "serialization"]
66
readme = "README.rst"
@@ -27,11 +27,11 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"pytest-runner>=6.0.0",
30-
"numpy<2.0.0,>=1.22.4",
31-
"pytest>=6.0.0,<7.0.0",
30+
"numpy>=2.0.0",
31+
"pytest>=6.0.0",
3232
]
3333
license = {text = "BSD"}
34-
requires-python = ">=3.7"
34+
requires-python = ">=3.9"
3535

3636
[project.urls]
3737
Homepage = "https://github.com/DLR-RM/python-jsonconversion"

0 commit comments

Comments
 (0)