From 51a27ecc82fe17197380674b0db5e75e3b0d6ac9 Mon Sep 17 00:00:00 2001 From: Steve Yuwono <88610818+steveyuwono@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:24:43 +0200 Subject: [PATCH] Python: Update of version range to 3.10-3.13 #1 --- .github/workflows/pypi_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_deploy.yml b/.github/workflows/pypi_deploy.yml index ea5e33e..ce5ea9f 100644 --- a/.github/workflows/pypi_deploy.yml +++ b/.github/workflows/pypi_deploy.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9] + python-version: [3.10] steps: - name: Checkout Codes uses: actions/checkout@v2 @@ -39,4 +39,4 @@ jobs: if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }}