Skip to content

Commit

Permalink
Fix Python 3.11 compability matris
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Nov 27, 2022
1 parent b9a8eda commit 9a8248b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
max-parallel: 4
matrix:
django: ["3.2", "4.0", "4.1"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10"]
include:
- django: "3.2"
python-version: "3.7"
- django: "4.1"
python-version: "3.11"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[tox]
envlist =
py{37,38,39,310,311}-django32,
py{38,39,310,311}-django{40,41,main},
py{37,38,39,310}-django32,
py{38,39,310}-django{40,41,main},
py311-django{41,main}
pre-commit

[gh-actions]
Expand Down

0 comments on commit 9a8248b

Please sign in to comment.