Skip to content

Commit 2a1012f

Browse files
committed
Test on my versions and platforms
1 parent fdf55ce commit 2a1012f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ${{ matrix.os }}-latest
88
strategy:
99
matrix:
10-
os: [ubuntu]
11-
python-version: ["3.10"]
10+
os: [ubuntu, macos, windows]
11+
python-version: ["3.8", "3.9", "3.10", "3.11-dev"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)