Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use tox for all the multi-version testing | Adam Hupp | 2022-05-22 | 1 | -3/+4 |
| | |||||
* | Revert "Remove Python2 from the tests" | Adam Hupp | 2021-01-15 | 1 | -0/+1 |
| | | | | This reverts commit 4a810b4f30f161b889d59cf2a207820fc0c731b7. | ||||
* | Merge branch 'master' into redo-compat | Adam Hupp | 2021-01-15 | 1 | -0/+1 |
|\ | |||||
| * | Add support for Python 3.9 | Miroslav Šedivý | 2021-01-11 | 1 | -0/+1 |
| | | |||||
* | | Remove Python2 from the tests | SchoolGuy | 2021-01-13 | 1 | -1/+0 |
|/ | |||||
* | 🐑 Create basic stub file for magic.py | Jack Edge | 2020-08-10 | 1 | -1/+8 |
| | | | | | | | | | | | A stubfile was initially generated using `stubgen`, and then refined in order to increase the accuracy of the core API methods. Both `from_file` and `from_path`, both as independent functions and class instace methods, have been annotated appropriately (taking `Union[str, bytes]` and returning `Text`. Resolves #174. | ||||
* | - update tox config to run w/out setup.py | Adam Hupp | 2020-05-05 | 1 | -2/+2 |
| | | | | - document test running process | ||||
* | Retain support for non-EOL Python 3.5 | Hugo | 2020-01-13 | 1 | -0/+1 |
| | |||||
* | Add support for Python 3.7 and 3.8 | Hugo | 2020-01-04 | 1 | -0/+2 |
| | |||||
* | Provide tox runner | Guido A.J. Stevens | 2018-01-25 | 1 | -0/+36 |