Skip to content

Commit d889e83

Browse files
committed
chore: run unit test on python 3.12
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 05ac058 commit d889e83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12-
python-version: ["3.10",]
12+
python-version: ["3.11",]
1313

1414
steps:
1515
- name: Checkout code

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
max-parallel: 4
1414
matrix:
15-
python-version: ["3.10", "3.11"]
15+
python-version: ["3.10", "3.11", "3.12"]
1616

1717
steps:
1818
- name: Checkout code

0 commit comments

Comments
 (0)