diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eff7266..9a5f221 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} diff --git a/README.md b/README.md index b8c5cf2..ee131c9 100644 --- a/README.md +++ b/README.md @@ -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.