issues
search
matrix-org
/
python-canonicaljson
Canonical JSON
Apache License 2.0
31
stars
15
forks
source link
Various clean-ups
#61
Closed
clokep
closed
1 year ago
clokep
commented
1 year ago
Drop Python 2 classifier (the setup.cfg file already requires Python >= 3.7)
Stop using nose2 and just use unittest directly
Upgrade black & run it
Run isort and ensure it is enforced
Run tests on Python 3.11