Skip to content

Commit

Permalink
lets test even one more python version
Browse files Browse the repository at this point in the history
  • Loading branch information
kakulukia committed May 22, 2024
1 parent bbfe670 commit 6806119
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django: ["2.0", "3.0", "4.0", "5.0"]
exclude:
- python-version: "3.8"
Expand All @@ -29,6 +29,8 @@ jobs:
django: "2.0"
- python-version: "3.11"
django: "2.0"
- python-version: "3.12"
django: "2.0"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6806119

Please sign in to comment.