Skip to content

Commit fa07a0b

Browse files
authored
Update test.yml for python 3.12
1 parent 8e1b72e commit fa07a0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12.0-rc.3']
10+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
1111
django-version:
1212
- 'Django~=3.2.0' # LTS April 2024
1313
- 'Django~=4.1.0' # December 2023
@@ -19,9 +19,9 @@ jobs:
1919
django-version: 'Django~=4.2.0'
2020
- python-version: '3.11'
2121
django-version: 'Django~=3.2.0'
22-
- python-version: '3.12.0-rc.3'
22+
- python-version: '3.12'
2323
django-version: 'Django~=3.2.0'
24-
- python-version: '3.12.0-rc.3'
24+
- python-version: '3.12'
2525
django-version: 'Django~=4.1.0'
2626

2727
steps:

0 commit comments

Comments
 (0)