Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelauv committed Jun 22, 2023
1 parent 1ce94e4 commit 65b0bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-alpha.6"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-beta.3"]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ all = [
"orjson >=3.2.1",
"email_validator >=1.1.1",
"uvicorn[standard] >=0.12.0",
"greenlet==3.0.0a1",
]

[tool.hatch.version]
Expand Down

0 comments on commit 65b0bf0

Please sign in to comment.