Skip to content

Commit e7f942c

Browse files
committed
Disable Python 3.12 tests
1 parent 00069e9 commit e7f942c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main_py312.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ name: PyGAD PyTest / Python 3.12
77
# But Python 3.12 does not support distutils.
88
# Let's wait until setuptools changes its dependencies.
99

10-
on:
11-
push:
12-
branches:
13-
- github-actions
10+
# on:
11+
# push:
12+
# branches:
13+
# - github-actions
1414
# - master
15-
# on: workflow_dispatch
15+
on: workflow_dispatch
1616

1717
jobs:
1818
job_id_1:

0 commit comments

Comments
 (0)