diff --git a/.github/workflows/repostat_ubuntu.yml b/.github/workflows/repostat_ubuntu.yml index ce848f2..e8c952a 100644 --- a/.github/workflows/repostat_ubuntu.yml +++ b/.github/workflows/repostat_ubuntu.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, 3.10, 3.11] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 713043d..2fefcd8 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Python3-compatible Git repository analyser and HTML-report generator with [nvd3](http://nvd3.org/) -driven interactive metrics visualisations. -**May not work with Python 3.9+!** See https://github.com/vifactor/repostat/issues/198 - Initially, a fork of [gitstats](https://github.com/hoxu/gitstats) tool. ---