Skip to content

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

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 #16

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