Skip to content

Commit 13a32e6

Browse files
author
tyler
committed
re-add windows to testing environment
add python 12 to testing environment
1 parent 49a3bee commit 13a32e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-13, macos-12]
15-
python-version: ["3.9", "3.10", "3.11"]
14+
os: [ubuntu-latest, macos-13, macos-12, windows-latest]
15+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)