Skip to content

Commit 587b43c

Browse files
committed
Test Python 3.12
1 parent 99a005f commit 587b43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_py312.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PyGAD PyTest - Python 3.12
1+
name: PyGAD PyTest / Python 3.12
22

33
on:
44
push:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python 3.12
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.12'
21+
python-version: '3.12.0-beta.2'
2222

2323
- name: Build PyGAD from the Repository
2424
run: |

0 commit comments

Comments
 (0)