Skip to content

Commit

Permalink
Adding python 3.13 test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon authored and kruton committed Nov 19, 2024
1 parent 7bae8f6 commit 9eb842e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@ jobs:
python-version: '3.12'
skip-pypuppeteer: true

test-application-3-13:
needs: lint-code
uses: ./.github/workflows/test-stack-reusable-workflow.yml
with:
python-version: '3.13'
skip-pypuppeteer: true

0 comments on commit 9eb842e

Please sign in to comment.