Merge pull request #72 from venthur/py311

added python 3.11 to test suite
This commit is contained in:
Bastian Venthur
2022-10-29 13:32:22 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v2

View File

@@ -2,6 +2,7 @@
## [unreleased]
* added python 3.11 to test suite
* updated dependencies:
* mypy 0.982
* types-markdown 3.4.2.1