We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d63f4 commit e9adbf0Copy full SHA for e9adbf0
.github/workflows/reusable-pytest.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Setup python for tox
69
uses: actions/setup-python@v5
70
with:
71
- python-version: 3.9
+ python-version: "3.12"
72
73
- name: Install tox
74
run: python -m pip install tox
0 commit comments