Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: first commit with dict2xml fork * feat: some cleanup * chore: format with black * feat: remove legacy code for python2 support * chore: cleanup some more code * feat: some more pylint improvements * feat: make code more idiomatic python * chore: some more cleanup * feat: some more cleanup * feat: add f-strings for easier formatting * feat: remove xmltodict as it is a test only dep * chore: plan for removing requests from dep as well * fix: make flake8 pass * feat: make flake8 consult setup.cfg * feat: test with 3.10.0-rc.1 (#71) * feat: test with python3.10 b1 * feat: add support for python3.10 beta versio jaraco/keyring@a5f055a - Github Issue: Authored-by: Vinit Kumar <[email protected]> Signed-off-by: Vinit Kumar <[email protected]> * fix: some type warnings, thanks to the latest video @asottile * feat: directly give the 3.10.0-beta3 * feat: add 3.10 beta 4 support * feat: only support latest ubuntu, macos and windows for now * feat: update classifiers * Update to Python 3.10 rc1 * Update pythonpackage.yml * fix: allow exit-zero for flake8 config * 📝 docs: update the readme to reflect fork of dicttoxml We are upgrading dicttoxml by forking and adding it to the code * 🔖 v3.7.0beta1 Release
- Loading branch information