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 f0b1f07 commit c2dc95aCopy full SHA for c2dc95a
1 file changed
.github/workflows/main_py37.yml .github/workflows/main_py313.yml.github/workflows/main_py37.yml renamed to .github/workflows/main_py313.yml
@@ -1,4 +1,4 @@
1
-name: PyGAD PyTest / Python 3.7
+name: PyGAD PyTest / Python 3.13
2
3
on:
4
push:
@@ -15,10 +15,10 @@ jobs:
15
- name: Checkout Pre-Built Action
16
uses: actions/checkout@v3
17
18
- - name: Setup Python 3.7
+ - name: Setup Python 3.13
19
uses: actions/setup-python@v4
20
with:
21
- python-version: '3.7'
+ python-version: '3.13'
22
23
- name: Install Dependencies
24
run: |
0 commit comments