Skip to content

Commit 39a4f80

Browse files
authored
Fix/drop python 38 python39 from identifier (#211)
* feat: remove python 3.9, python 3.8 from setup identifier * fix: change the release notes * feat: enforce the version requirements in the correct way * fix: bump version
1 parent 00e4bbd commit 39a4f80

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History
22
=======
33

4+
5.0.4 / 2024-08-08
5+
==================
6+
7+
* feat: enforce the version requirements in the correct way
8+
49
5.0.3 / 2024-08-08
510
==================
611

json2xml/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
__author__ = """Vinit Kumar"""
44
__email__ = "[email protected]"
5-
__version__ = "5.0.3"
5+
__version__ = "5.0.4"
6+

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@
4949
url="https://github.com/vinitkumar/json2xml",
5050
version=__version__,
5151
zip_safe=False,
52+
python_requires=">=3.10",
5253
)

0 commit comments

Comments
 (0)