We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70edb2 commit 52a4db0Copy full SHA for 52a4db0
2 files changed
.github/workflows/release-package.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v6
22
- name: Set up Python
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: '3.13'
26
.github/workflows/testing.yml
@@ -22,7 +22,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
27
python-version: ${{ matrix.python-version }}
28
## See https://github.com/snok/install-poetry
0 commit comments