fix bug related to _choice_ (#848)

* fix bug related to _choice_

* remove py 3.6

* sanitize config

* optimize test
This commit is contained in:
Chi Wang
2022-12-13 12:48:32 -08:00
committed by GitHub
parent f50415305f
commit 232c356a4b
7 changed files with 142 additions and 100 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3