Skip to content

Commit 6bedb12

Browse files
committed
Run tests on python 3.10
1 parent 86723f8 commit 6bedb12

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.7, 3.8, 3.9]
12+
python-version: [3.7, 3.8, 3.9, "3.10"]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Python ${{ matrix.python-version }}

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ We only use `material-mkdocs` as base styles because Backstage also uses the `Ma
132132

133133
## Changelog
134134

135+
### Unrelesed
136+
137+
- Add support to Python 3.10 [#73](https://github.com/backstage/mkdocs-techdocs-core/pull/73)
138+
135139
### 1.1.2
136140

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

0 commit comments

Comments
 (0)