Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, pypy-3.7, pypy-3.8, pypy-3.9, 3.10.2, '3.11.0-alpha.5']
python-version: [3.7, 3.8, 3.9, pypy-3.7, pypy-3.8, pypy-3.9, 3.10.2, '3.11.0-alpha.6']
os: [
ubuntu-20.04,
windows-2022,
Expand Down
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ json2xml
========


.. image:: https://img.shields.io/pypi/v/json2xml.svg
:target: https://pypi.python.org/pypi/json2xml
.. image:: https://badge.fury.io/py/json2xml.svg
.. image:: https://github.com/vinitkumar/json2xml/actions/workflows/pythonpackage.yml/badge.svg
.. image:: https://img.shields.io/pypi/pyversions/json2xml.svg
.. image:: https://badge.fury.io/py/json2xml.svg
.. image:: https://readthedocs.org/projects/json2xml/badge/?version=latest
:target: https://json2xml.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Expand All @@ -24,8 +22,8 @@ Simple Python Library to convert JSON to XML
Update
------

The dict2xml project has been forked and integrated in the project itself. This helped with cleaning up the code
and also doing improvements. The goal is to remove all the dependencies from this project.
The dict2xml project has been integrated in the project itself. This helped with cleaning up the code
and making improvements. Long term goal for the project is to reduce the number of dependencies.

Features
--------
Expand Down
Loading