Skip to content

Commit

Permalink
fix: pin marshmallow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Jan 7, 2025
1 parent 6545be9 commit 34892e6
Show file tree
Hide file tree
Showing 3 changed files with 844 additions and 754 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.9","3.10","3.11"]
steps:
- uses: actions/checkout@v2
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.9","3.10","3.11"]
steps:
- uses: actions/checkout@v2
with:
Expand Down
Loading

0 comments on commit 34892e6

Please sign in to comment.