Skip to content

Commit 76ea2a7

Browse files
Add Python 3.12 to GitHub unit testing workflow
1 parent fcff68b commit 76ea2a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/UnitTesting.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ jobs:
1616
py39: 3.9
1717
py310: '3.10'
1818
py311: '3.11'
19+
py311: '3.12'
1920
DB_DATABASE: test_db
2021
DB_USER: root
2122
DB_PASSWORD: root
2223
strategy:
2324
fail-fast: false
2425
matrix:
25-
python-version: [py37, py38, py39, py310, py311]
26+
python-version: [py37, py38, py39, py310, py311, py312]
2627
testenv: [core, ext]
2728
steps:
2829
- name: Checkout repo

0 commit comments

Comments
 (0)