Skip to content

Commit

Permalink
test python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukovgreen committed Nov 29, 2024
1 parent 7fc0f77 commit e9cfab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ "3.10", "3.11", "3.12" ]
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
os: [ "ubuntu-latest" ]
name: CI
steps:
Expand All @@ -41,7 +41,7 @@ jobs:
if: |
startsWith(github.ref, 'refs/tags/') &&
github.ref == 'refs/heads/main' &&
matrix.python-version == '3.8'
matrix.python-version == '3.10'
env:
PYPI_UNAME: __token__
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 comments on commit e9cfab5

Please sign in to comment.