Skip to content

Commit 6685a55

Browse files
authored
Update test.yml
Added python 3.11 support
1 parent 4a600d3 commit 6685a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
python-version: ['3.8','3.9']
16+
python-version: ['3.11']
1717

1818
steps:
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)