Skip to content

Commit 71aa275

Browse files
extend CI
1 parent a13c904 commit 71aa275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macOS-latest]
16-
Python: [3.7, 3.8, 3.9, 3.10]
16+
Python: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
1717
runs-on: ${{matrix.os}}
1818
env:
1919
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)