Skip to content

fix: ValueError: mutable default <class 'list'> for field x is not alowed: use default_factory #14

fix: ValueError: mutable default <class 'list'> for field x is not alowed: use default_factory

fix: ValueError: mutable default <class 'list'> for field x is not alowed: use default_factory #14

name: 3.11
on:
push:
paths:
- src/**/*.py
- tests/**/*.py
- .github/workflows/build.yml
- .github/workflows/build-python-311-windows.yml
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
uses: ./.github/workflows/build.yml
with:
python_version: 3.11
os: windows-latest