PascalLesage / presamples

Package to write, load, manage and verify numerical arrays, called presamples.
BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

Issue 72 #73

Closed tngTUDOR closed 3 years ago

tngTUDOR commented 3 years ago

In python 3.9.2 the encoding keyword argument in json.loads has been removed (it was deprecated since 3.1). This patch does 2 things:

I updated the test so that the PR Is "test" compliant ;)

I tested the branch code with both 3.8 and 3.9. Maybe presamples is ready to officially support "3.9" (add the classifiers to the setup tools)

tngTUDOR commented 3 years ago

@PascalLesage should I add a version bump commit to the PR ? I didn't see a "develop" branch, so I targeted the PR to master.

PascalLesage commented 3 years ago

@tngTUDOR Excellent, thank you. Yes, you can add a version bump to the commit, that would be great. I'll also create a dev branch for next time.

tngTUDOR commented 3 years ago