Skip to content

Commit 3b9605e

Browse files
committed
Just revert back the github yml instructions for 3.11, it works properly on local machine
1 parent 6580cf3 commit 3b9605e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.11' ]
21+
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
2222

2323
steps:
2424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)