- Add support for Python 3.12 and 3.13. - Drop support for Python 2.7.
1.11.0
-------------------
- Add support for Python 3.10 and 3.11. - Drop support for Python 3.6. - Fix ``ghcloneall --user ... --github-token ... --include-private`` not including any private repositories (GH: 16).
1.10.1
-------------------
- When determining if a repository is dirty, use the repository's configured default branch from GitHub instead of assuming that the default is "master".
1.10.0
-------------------
- Allow authentication with GitHub token. - Depend on requests-cache < 0.6 on Python 2.7. - Add support for Python 3.9. - Drop support for Python 3.5.