We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ad11d commit e099473Copy full SHA for e099473
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
- uses: actions/setup-python@v5
26
with:
27
- python-version: "3.11"
+ python-version: "3.13"
28
cache: "pipenv"
29
30
- name: Install
.github/workflows/tests.yaml
@@ -75,7 +75,7 @@ jobs:
75
run: pipx install pipenv
76
77
78
79
80
- name: Install project
81
run:
0 commit comments