-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
00e4bbd
commit 39a4f80
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
|
||
__author__ = """Vinit Kumar""" | ||
__email__ = "[email protected]" | ||
__version__ = "5.0.3" | ||
__version__ = "5.0.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,4 +49,5 @@ | |
url="https://github.com/vinitkumar/json2xml", | ||
version=__version__, | ||
zip_safe=False, | ||
python_requires=">=3.10", | ||
) |