Skip to content

Commit

Permalink
Exclude Python 3.9 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Jul 24, 2024
1 parent b04f7bc commit bc25eaf
Showing 1 changed file with 1 addition 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 @@ -21,7 +21,7 @@ jobs:
- 6379:6379
strategy:
matrix:
python-version: [3.9, 3.10.9, 3.11, 3.12]
python-version: [3.10.9, 3.11, 3.12]
django-version: [3.2.25, 4.0, 4.1.4, 4.2.14, 5.0.7]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bc25eaf

Please sign in to comment.