Skip to content

Commit a78c052

Browse files
Shu Shenshushen
Shu Shen
authored andcommitted
chore: add Python 3.11 and 3.12 to test matrix
1 parent 06bef2f commit a78c052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
max-parallel: 6
2222
matrix :
2323
os: [ubuntu-latest, windows-latest, macos-latest]
24-
python-version: ['3.8', '3.9', '3.10']
24+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)