Python 3.13 compatibility (#2791)

This commit is contained in:
Kenny Root
2024-11-20 00:41:56 -08:00
committed by GitHub
parent d9f9fa735d
commit cfb9fadec8
3 changed files with 9 additions and 2 deletions

View File

@@ -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