Skip to content

Commit b7773a5

Browse files
committed
CI: Fix release workflow recipe by downgrading to Python 3.11
On Python 3.12, there is: Traceback (most recent call last): File "/home/runner/work/crate-python/crate-python/setup.py", line 22, in <module> from setuptools import setup, find_packages ModuleNotFoundError: No module named 'setuptools'
1 parent 9213f2e commit b7773a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.12'
17+
python-version: '3.11'
1818
cache: 'pip'
1919
cache-dependency-path: 'setup.py'
2020

0 commit comments

Comments
 (0)