Skip to content

Commit e373c19

Browse files
committed
address review
1 parent b6d43c7 commit e373c19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
python-version: ["3.8", "3.11", " 3.12"]
20+
python-version: ["3.8", "3.9", "3.10", "3.11", " 3.12"]
2121
os: [ubuntu-latest]
2222
include:
2323
- os: windows-latest
24-
python-version: "3.9"
24+
python-version: "3.12"
2525
- os: macos-latest
26-
python-version: "3.10"
26+
python-version: "3.12"
2727

2828
runs-on: ${{ matrix.os }}
2929

0 commit comments

Comments
 (0)