From fbd31f77d3de7a6c06c128dfbe908eef1f809df3 Mon Sep 17 00:00:00 2001 From: Saudi Linux Date: Sun, 6 Jul 2025 23:23:59 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}