Skip to content

Commit e050881

Browse files
committed
run minimum dependency tests on Python 3.10
1 parent 8ce914c commit e050881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
include:
2121
- dependency-type: minimum
22-
python-version: "3.9"
22+
python-version: "3.10"
2323
- dependency-type: standard
2424
python-version: "3.12"
2525
steps:

0 commit comments

Comments
 (0)