diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d8697ae..5297b27 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,8 +8,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - # python-version: [ 3.8, 3.9, "3.10", 3.11 ] - python-version: [ 3.11 ] + python-version: [ 3.8, 3.9, "3.10", 3.11 ] steps: - uses: actions/checkout@v3 with: