Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit d658782

Browse files
committed
unit test 3.10
1 parent fa40393 commit d658782

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
python-version: ['3.9', '3.12']
40+
python-version: ['3.9', '3.10', '3.12']
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@v4
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Python
7272
uses: actions/setup-python@v5
7373
with:
74-
python-version: "3.10"
74+
python-version: "3.12"
7575

7676
- name: Install dependencies
7777
run: |

0 commit comments

Comments
 (0)