We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e16ee commit c0aeb68Copy full SHA for c0aeb68
1 file changed
‎.github/workflows/python-publish.yml‎
@@ -38,7 +38,7 @@ jobs:
38
- name: Set up Python ${{ matrix.python-version }}
39
uses: actions/setup-python@v5
40
with:
41
- python-version: ${{ matrix.python-version }}
+ python-version: "3.12"
42
- name: Install tox
43
run: |
44
python -m pip install --upgrade pip
@@ -83,7 +83,7 @@ jobs:
83
- name: Set up Python
84
85
86
87
- name: Install dependencies
88
89
0 commit comments