8000 Test Python 3.12 Beta · Shawmo/GeneticAlgorithmPython@13a2cd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13a2cd0

Browse files
committed
Test Python 3.12 Beta
1 parent 983edf8 commit 13a2cd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main_py312.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- name: Build PyGAD from the Repository
2424
run: |
2525
# pip3 install distutils
26-
sudo apt-get install python3.12-distutils
26+
echo 'SETUPTOOLS_USE_DISTUTILS=stdlib'
27+
# sudo apt-get install python3-distutils
2728
python3 -m pip install --upgrade build
2829
python3 -m build
2930

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
# requires = ["setuptools>=61.0"]
33
requires = ["setuptools"]
4+
# requires = ["setuptools==59.2"]
45
build-backend = "setuptools.build_meta"
56
# requires = ["hatchling"]
67
# build-backend = "hatchling.build"

0 commit comments

Comments
 (0)
0