Skip to content

Commit

Permalink
Merge pull request #76 from octue/widen-dependencies
Browse files Browse the repository at this point in the history
DEP: Widen dependency ranges of python and django
  • Loading branch information
thclark committed Apr 22, 2024
2 parents a9a6af2 + 8c312db commit 424eedc
Show file tree
Hide file tree
Showing 5 changed files with 509 additions and 727 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python: ["3.9", "3.10"]
python: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest] # [ubuntu-latest, windows-latest, macos-latest] for full coverage but this gets expensive quickly
runs-on: ${{ matrix.os }}

Expand Down
Loading

0 comments on commit 424eedc

Please sign in to comment.