Skip to content

Commit 3501c3c

Browse files
committed
add Python 3.11
1 parent a755784 commit 3501c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
# TODO: work on windows-latest compatibility?
1616
os: [ubuntu-latest]
17-
python-version: ['3.7', '3.8', '3.9', '3.10']
17+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1818
include:
1919
- os: macos-latest
2020
python-version: '3.9'

0 commit comments

Comments
 (0)