Skip to content

Commit 7300777

Browse files
use python 3.11
1 parent 672b3ab commit 7300777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0 # Needed for setuptools_scm to determine version from git tags
1818

19-
- name: Set up Python 3.12
19+
- name: Set up Python 3.11
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.12'
22+
python-version: '3.11'
2323

2424
- name: Install build dependencies
2525
run: |

0 commit comments

Comments
 (0)