Skip to content

Commit f410a14

Browse files
committed
Test Python 3.12 Beta
1 parent 56b1295 commit f410a14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main_py312.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222

2323
- name: Build PyGAD from the Repository
2424
run: |
25-
pip3 install distutils
25+
# pip3 install distutils
26+
sudo apt-get install python3-distutils
2627
python3 -m pip install --upgrade build
2728
python3 -m build
2829

0 commit comments

Comments
 (0)