Skip to content

Commit 9bbee56

Browse files
committed
fix: update python versions in django.yaml ⚠️
1 parent 81601eb commit 9bbee56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: [3.8, 3.9]
19+
python-version: [3.10, 3.11, 3.12]
2020

2121
steps:
2222
- name: Check out the repository

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.8, 3.9]
19-
18+
python-version: [3.10, 3.11, 3.12]
19+
2020
steps:
2121
- name: Check out the repository
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)