Skip to content

Commit 84fcf53

Browse files
author
arman-bd
committed
cross-test
1 parent 628f41b commit 84fcf53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
# Operating Systems to test
6262
# Comment out any OS you want to skip during development
6363
OS_MATRIX='[
64-
"windows-latest"
64+
"windows-latest", "ubuntu-latest", "macos-latest"
6565
]'
6666
# OS options: "windows-latest", "ubuntu-latest", "macos-latest"
6767
6868
# Python versions to test
6969
# Comment out any version you want to skip during development
7070
PYTHON_MATRIX='[
71-
"3.11"
71+
"3.9", "3.10", "3.11", "3.12"
7272
]'
7373
# Python versions: "3.9", "3.10", "3.11", "3.12"
7474

0 commit comments

Comments
 (0)