bump playwright and run tests with 3.13

This commit is contained in:
Lendemor 2024-10-21 16:13:18 +02:00
parent 6cb87a812f
commit 8aa17a37d3
4 changed files with 469 additions and 438 deletions

View File

@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
state_manager: ['redis', 'memory']
python-version: ['3.11.5', '3.12.0']
python-version: ['3.11.5', '3.12.0', '3.13.0']
runs-on: ubuntu-22.04
services:
# Label used to access the service container

View File

@ -43,7 +43,7 @@ jobs:
matrix:
# Show OS combos first in GUI
os: [ubuntu-latest, windows-latest]
python-version: ['3.9.18', '3.10.13', '3.11.5', '3.12.0']
python-version: ['3.9.18', '3.10.13', '3.11.5', '3.12.0', '3.13.0']
exclude:
- os: windows-latest
python-version: '3.10.13'

View File

@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.9.18', '3.10.13', '3.11.5', '3.12.0']
python-version: ['3.9.18', '3.10.13', '3.11.5', '3.12.0', '3.13.0']
# Windows is a bit behind on Python version availability in Github
exclude:
- os: windows-latest
@ -88,7 +88,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9.18', '3.10.13', '3.11.5', '3.12.0']
python-version: ['3.9.18', '3.10.13', '3.11.5', '3.12.0', '3.13.0']
runs-on: macos-12
steps:
- uses: actions/checkout@v4

899
poetry.lock generated

File diff suppressed because it is too large Load Diff