We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925b2bb commit 983edf8Copy full SHA for 983edf8
.github/workflows/main_py312.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build PyGAD from the Repository
24
run: |
25
# pip3 install distutils
26
- sudo apt-get install python3-distutils
+ sudo apt-get install python3.12-distutils
27
python3 -m pip install --upgrade build
28
python3 -m build
29
0 commit comments