mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-24 03:21:23 +02:00
swapping python 3.8 and 3.9 for 3.12
This commit is contained in:
parent
86752d57e0
commit
1da3178a70
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
python-version: ["3.10", "3.11", "3.12"]
|
||||||
django-version: ["4", "5"]
|
django-version: ["4", "5"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user