We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254466c commit 1bd8a28Copy full SHA for 1bd8a28
1 file changed
.github/workflows/update_deps.yml
@@ -25,11 +25,11 @@ jobs:
25
- name: Set up Python
26
uses: actions/setup-python@v4
27
with:
28
- python-version: 3.7
+ python-version: 3.13
29
30
- name: Update Dependencies
31
run: |
32
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
+ pip install poetry
33
source $HOME/.poetry/env
34
poetry build
35
poetry update
0 commit comments