Skip to content

Commit

Permalink
try fix for build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
adorton-adobe committed Jul 20, 2023
1 parent 45a12eb commit b9d0063
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
75 changes: 43 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PyJWT = "2.4.0"
[tool.poetry.dev-dependencies]
mock = "^4.0.3"
pytest = "^6.2.3"
PyYAML = "^5.4.1"
PyYAML = "^6.0.1"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit b9d0063

Please sign in to comment.