Skip to content

Commit b9d0063

Browse files
committed
try fix for build problem
1 parent 45a12eb commit b9d0063

File tree

3 files changed

+45
-34
lines changed

3 files changed

+45
-34
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.7, 3.8, 3.9, "3.10"]
18+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
1919

2020
steps:
2121
- uses: actions/checkout@v2

poetry.lock

Lines changed: 43 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PyJWT = "2.4.0"
3232
[tool.poetry.dev-dependencies]
3333
mock = "^4.0.3"
3434
pytest = "^6.2.3"
35-
PyYAML = "^5.4.1"
35+
PyYAML = "^6.0.1"
3636

3737
[build-system]
3838
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)