8000
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 983edf8 commit 13a2cd0Copy full SHA for 13a2cd0
.github/workflows/main_py312.yml
@@ -23,7 +23,8 @@ jobs:
23
- name: Build PyGAD from the Repository
24
run: |
25
# pip3 install distutils
26
- sudo apt-get install python3.12-distutils
+ echo 'SETUPTOOLS_USE_DISTUTILS=stdlib'
27
+ # sudo apt-get install python3-distutils
28
python3 -m pip install --upgrade build
29
python3 -m build
30
pyproject.toml
@@ -1,6 +1,7 @@
1
[build-system]
2
# requires = ["setuptools>=61.0"]
3
requires = ["setuptools"]
4
+# requires = ["setuptools==59.2"]
5
build-backend = "setuptools.build_meta"
6
# requires = ["hatchling"]
7
# build-backend = "hatchling.build"
0 commit comments