diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 820d4fe..c9aea54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] fail-fast: false steps: - uses: actions/checkout@v3 @@ -55,4 +55,4 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Script run: | - python python/test.py + python -X dev python/test.py