diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87800a5..8ed074c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,15 +7,15 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [2.7,3.7,3.8,3.9] - + python-version: [2.7,3.7,3.8,3.9,3.12] + steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - + - uses: actions/cache@v2 with: path: ${{ env.pythonLocation }}