Commit b7773a5
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments