Skip to content

Commit 983edf8

Browse files
committed
Test Python 3.12 Beta
1 parent 925b2bb commit 983edf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_py312.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build PyGAD from the Repository
2424
run: |
2525
# pip3 install distutils
26-
sudo apt-get install python3-distutils
26+
sudo apt-get install python3.12-distutils
2727
python3 -m pip install --upgrade build
2828
python3 -m build
2929

0 commit comments

Comments
 (0)