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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy