Skip to content

Commit 4384ef4

Browse files
Correct entry for Python 3.12 in UnitTesting.yaml
Co-authored-by: Carol Abadeer <[email protected]>
1 parent 76ea2a7 commit 4384ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/UnitTesting.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
py39: 3.9
1717
py310: '3.10'
1818
py311: '3.11'
19-
py311: '3.12'
19+
py312: '3.12'
2020
DB_DATABASE: test_db
2121
DB_USER: root
2222
DB_PASSWORD: root

0 commit comments

Comments
 (0)