Skip to content

Commit 13e6ebc

Browse files
authored
add Python 3.11 to CI python-version matrix (#182)
1 parent 074eaa6 commit 13e6ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests+artifacts+pypi.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-12, windows-latest]
36-
python-version: ["3.7", "3.8", "3.9", "3.10"]
36+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
3737
runs-on: ${{ matrix.platform }}
3838
steps:
3939
- if: startsWith(matrix.platform, 'macos-')

0 commit comments

Comments
 (0)