Skip to content

Commit

Permalink
Dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Oct 10, 2024
1 parent 8ff20a2 commit 7e62ea7
Show file tree
Hide file tree
Showing 3 changed files with 764 additions and 594 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.12', 'pypy-3.10']
python-version: ['3.12', 'pypy-3.10']
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry' # caching poetry dependencies
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
Expand Down
Loading

0 comments on commit 7e62ea7

Please sign in to comment.