From 6bedb12b83af09af4bf4c4a3e696abcba7723dbc Mon Sep 17 00:00:00 2001 From: Jair Henrique Date: Fri, 22 Jul 2022 16:47:13 -0300 Subject: [PATCH] Run tests on python 3.10 --- .github/workflows/test.yml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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.