Skip to content

Commit

Permalink
Disabled test suite on Python 3.11 for now
Browse files Browse the repository at this point in the history
Re-enable when tiangolo/fastapi#5048 has been resolved.
  • Loading branch information
agronholm committed Jul 12, 2022
1 parent 1f42186 commit 013a5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy-3.8"]
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
exclude:
- os: macos-latest
python-version: "3.8"
Expand Down

0 comments on commit 013a5ca

Please sign in to comment.