mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 07:23:07 +01:00
test against python 3.11 and use require django 4.2 LTS for testing
This commit is contained in:
parent
bed7f5da0a
commit
0f70988575
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
django-version: ["32","4"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -1 +1 @@
|
||||
Django >=4,<5
|
||||
Django >=4.2,<5
|
||||
|
Loading…
Reference in New Issue
Block a user