Skip to content

Commit

Permalink
Update ci to use python 3.10 and 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Sep 19, 2024
1 parent 4b8e4fd commit 80c2708
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
fail-fast: false
matrix:
include:
- python_version: 3.8
toxenv: "py38-django32"
- python_version: 3.9
toxenv: "py39-django32"
- python_version: 3.8
toxenv: "py38-django40"
- python_version: 3.9
toxenv: "py39-django40"
- python_version: 3.9
- python_version: "3.10"
toxenv: "py310-django32"
- python_version: 3.11
toxenv: "py311-django32"
- python_version: "3.10"
toxenv: "py310-django40"
- python_version: 3.11
toxenv: "py311-django40"
- python_version: "3.10"
toxenv: "lint"
steps:
- name: Checkout code
Expand Down

0 comments on commit 80c2708

Please sign in to comment.