diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b865ab8..c608d77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.8, 3.9, 3.10, 3.11, 3.12, 3.13] steps: - uses: actions/checkout@v2 @@ -76,4 +76,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 }}