Skip to content

Commit

Permalink
Updated test setup for FastAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 30, 2024
1 parent a0a6556 commit b6a50f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.12"]
python-version: ["3.9", "3.13"]
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -82,6 +82,8 @@ jobs:
run: |
pip install -r requirements-tests.txt
pip install anyio[trio]@git+https://github.com/agronholm/anyio.git@${{ github.ref_name }}
env:
PYTHONWARNINGS: ignore:Unclosed <MemoryObjectReceiveStream:ResourceWarning
- name: Run tests
run: bash scripts/test.sh

Expand Down

0 comments on commit b6a50f6

Please sign in to comment.