Skip to content

Commit c2dc95a

Browse files
committed
Use Python 3.13 and remove Python 3.7 workflow
1 parent f0b1f07 commit c2dc95a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main_py37.yml renamed to .github/workflows/main_py313.yml

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

33
on:
44
push:
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout Pre-Built Action
1616
uses: actions/checkout@v3
1717

18-
- name: Setup Python 3.7
18+
- name: Setup Python 3.13
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.7'
21+
python-version: '3.13'
2222

2323
- name: Install Dependencies
2424
run: |

0 commit comments

Comments
 (0)