Skip to content

Commit

Permalink
fix/upgrade python (#180)
Browse files Browse the repository at this point in the history
* fix: update python

* fix: try to build in 3.12

* fix: check again

* fix: one more try

* fix: improve coverage

* fix: drop support for Python 3.7

* feat: check against pypy 3.10 too

* feat: use Python 3.12 beta 4

* fix: update makefile to account for us using pytes

* fix: add some more tests

* fix: line issues

* fix: bump version
  • Loading branch information
Vinit Kumar authored Jul 18, 2023
1 parent d38d0db commit 9438808
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
History
=======

4.0.0 / 2023-07-19
==================

* feat: use Python 3.12 beta 4
* feat: check against pypy 3.10 too
* fix: drop support for Python 3.7
* Use fixture for attrs with dict and remove comment (#170)

3.21.0 / 2023-01-18
===================

Expand Down
2 changes: 1 addition & 1 deletion json2xml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Vinit Kumar"""
__email__ = "[email protected]"
__version__ = "3.21.0"
__version__ = "4.0.0"

0 comments on commit 9438808

Please sign in to comment.