Skip to content

Commit

Permalink
fix: pin marshmallow dependency (#87)
Browse files Browse the repository at this point in the history
* fix: pin marshmallow dependency

* chore: automatically update setup.py

---------

Co-authored-by: RenkuBot <[email protected]>
  • Loading branch information
Panaetius and RenkuBot authored Jan 8, 2025
1 parent 6545be9 commit c59d6fe
Show file tree
Hide file tree
Showing 5 changed files with 879 additions and 806 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-setup-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Update/generate setup.py
run: |
python -m pip install --upgrade pip
Expand Down
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 c59d6fe

Please sign in to comment.