Skip to content

Commit

Permalink
Python: Update of version range to 3.10-3.13 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyuwono authored Oct 9, 2024
1 parent 1a88c63 commit 51a27ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -39,4 +39,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 51a27ec

Please sign in to comment.