diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 97dd2e09..10fe14d6 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -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, diff --git a/README.rst b/README.rst index 61d53334..307f0284 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 --------