diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a4be9e..6bc8a65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - version: ['3.7', '3.12'] + version: ['3.12'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -61,4 +61,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }}