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 e346488 commit 01a614bCopy full SHA for 01a614b
.github/workflows/main_py312.yml
@@ -1,12 +1,5 @@
1
name: PyGAD PyTest / Python 3.12
2
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
-
10
on:
11
push:
12
branches:
0 commit comments