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

Commit 0c28b31

Browse files
committed
Upgrade test workflow
1 parent 198cc1c commit 0c28b31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.9]
13+
python-version:
14+
- 3.10
1415

1516
steps:
1617
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)