Skip to content

Commit a10cc1c

Browse files
committed
Add CI check for Python-3.11
- Update dependencies
1 parent f64f830 commit a10cc1c

File tree

2 files changed

+258
-267
lines changed

2 files changed

+258
-267
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
platform: [ubuntu-latest, macos-latest, windows-latest]
36-
python-version: [3.7, 3.8, 3.9, "3.10", pypy-3.8]
36+
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, pypy-3.8]
3737
runs-on: ${{ matrix.platform }}
3838

3939
steps:

0 commit comments

Comments
 (0)