Skip to content

Files

Latest commit

Jun 24, 2023
fd42105 · Jun 24, 2023

History

History
17 lines (14 loc) · 547 Bytes

faq.rst

File metadata and controls

17 lines (14 loc) · 547 Bytes

Frequently Asked Questions

What are the licensing terms for mauth-client?

The framework is licensed under the MIT licensing terms.

What versions of Python are supported?

Each release of requests-mauth is tested against:
  • Python 3.8
  • Python 3.9
  • Python 3.10
  • Python 3.11
  • PyPy3

The values tested can be seen in the tox.ini file. We use tox to test the code across Python versions, see the README.md for details.