Skip to content

Commit

Permalink
Add python 3.10, 3.11 in ubuntu workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2guo authored and vifactor committed May 24, 2023
1 parent 0b9f207 commit 3033508
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/repostat_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---
Expand Down

0 comments on commit 3033508

Please sign in to comment.