Skip to content

Commit 471cc22

Browse files
authored
Add Python 3.12 in CI (#80)
Fixes #79
1 parent 80ce361 commit 471cc22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [windows-latest, macos-latest, ubuntu-latest]
18-
python-version: ["3.8", "3.9", "3.10", "3.11"]
18+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1919
django-version: ["4.2", "5.0"]
2020
exclude:
2121
- django-version: "5.0"
@@ -63,10 +63,10 @@ jobs:
6363
django-version: ["4.2", "5.0"]
6464
steps:
6565
- uses: actions/checkout@v4
66-
- name: Set up Python 3.11
66+
- name: Set up Python 3.12
6767
uses: actions/setup-python@v5
6868
with:
69-
python-version: 3.11
69+
python-version: "3.12"
7070
- uses: actions/cache@v4
7171
with:
7272
path: ~/.cache/pip
@@ -98,10 +98,10 @@ jobs:
9898
django-version: ["4.2", "5.0"]
9999
steps:
100100
- uses: actions/checkout@v4
101-
- name: Set up Python 3.11
101+
- name: Set up Python 3.12
102102
uses: actions/setup-python@v5
103103
with:
104-
python-version: 3.11
104+
python-version: "3.12"
105105
- uses: actions/cache@v4
106106
with:
107107
path: ~/.cache/pip

0 commit comments

Comments
 (0)