Skip to content

Commit

Permalink
Updated test matrix. (#127)
Browse files Browse the repository at this point in the history
* Updated test matrix.

* Exclude Python 3.9 from tests
  • Loading branch information
selwin authored Jul 24, 2024
1 parent e6933ec commit 9505ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- 6379:6379
strategy:
matrix:
python-version: [3.8.15, 3.9, 3.10.9]
django-version: [2.1.3, 2.2.9, 3.0.11, 3.1.1, 4.0, 4.1.4]
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
- name: Set up Python ${{ matrix.python-version }}
Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

0 comments on commit 9505ea8

Please # to comment.