diff --git a/.github/workflows/python-package.yaml b/.github/workflows/python-package.yaml index 2e1b365..35578c9 100644 --- a/.github/workflows/python-package.yaml +++ b/.github/workflows/python-package.yaml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["2.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 @@ -34,14 +34,14 @@ jobs: run: | make build - name: lint - if: ${{ matrix.python-version == '3.10' }} + if: ${{ matrix.python-version == '3.12' }} run: | make lint - name: test run: | make test - name: pypi-release - if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.python-version == '3.10' }} + if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.python-version == '3.12' }} uses: pypa/gh-action-pypi-publish@master with: password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file