Skip to content

Commit 01a614b

Browse files
committed
Remove comments
1 parent e346488 commit 01a614b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/main_py312.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
name: PyGAD PyTest / Python 3.12
22

3-
# Cannot install packages in Python 3.12.
4-
# The reason is that we use pip for installing packages.
5-
# pip uses setuptools for the installation.
6-
# setuptools depends on distutils.
7-
# But Python 3.12 does not support distutils.
8-
# Let's wait until setuptools changes its dependencies.
9-
103
on:
114
push:
125
branches:

0 commit comments

Comments
 (0)