Skip to content

Commit 3be3010

Browse files
authored
test: Test on Python 3.11 (#76)
* test: Test on Python 3.11
1 parent cfea64a commit 3be3010

File tree

3 files changed

+214
-207
lines changed

3 files changed

+214
-207
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8", "3.10"]
16+
python-version: ["3.8", "3.11"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:

0 commit comments

Comments
 (0)