This commit makes some minor changes to a few testcases:
test_api_exception.py: add tests for some requests.Response operations
test_token_manager.py/test_jwt_token_manager.py: modified the abstract base class checks to work in Python 3.12 by matching only part of the error message that appears in the exception
I also added python 3.12 to the travis build definition since I found and fixed a couple of unit test errors when using python 3.12
This commit makes some minor changes to a few testcases:
test_api_exception.py: add tests for some requests.Response operations
test_token_manager.py/test_jwt_token_manager.py: modified the abstract base class checks to work in Python 3.12 by matching only part of the error message that appears in the exception
I also added python 3.12 to the travis build definition since I found and fixed a couple of unit test errors when using python 3.12