Skip to content

Commit

Permalink
Merge pull request #73 from jairhenrique/patch-2
Browse files Browse the repository at this point in the history
Run tests on python 3.10
  • Loading branch information
camilaibs committed Jul 27, 2022
2 parents 86723f8 + 6bedb12 commit 58f6085
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ We only use `material-mkdocs` as base styles because Backstage also uses the `Ma

## Changelog

### Unrelesed

- Add support to Python 3.10 [#73](https://github.com/backstage/mkdocs-techdocs-core/pull/73)

### 1.1.2

- Simplify theme code to update only the attribute necessary by backstage.
Expand Down

0 comments on commit 58f6085

Please sign in to comment.