We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5739a19 commit 3d00ba7Copy full SHA for 3d00ba7
2 files changed
.github/workflows/build_pypi.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: "Set up Python"
70
id: setup_python
71
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
72
with:
73
python-version: '3.12'
74
cache: 'poetry'
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
python-version: ${{ matrix.python-version }}
52
0 commit comments