Skip to content

Commit 181a8dd

Browse files
use python 3.8 min
1 parent b644070 commit 181a8dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests_full.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20-
- name: Set up Python 3.6
20+
- name: Set up Python 3.8
2121
uses: actions/setup-python@v4
2222
with:
23-
python-version: 3.6
23+
python-version: 3.8
2424

2525
- name: Install dependencies
2626
run: pip install wheel setuptools
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
os: [ windows-2019, ubuntu-24.04, macos-13 ]
44-
python-version: [ 3.7, 3.8, 3.9 ]
44+
python-version: [ 3.7, 3.8, 3.9]
4545
tf-version: [2.7.0, 2.8.0, 2.9.0]
4646

4747
steps:

.github/workflows/tests_quick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@v4
17-
- name: Set up Python 3.6
17+
- name: Set up Python 3.8
1818
uses: actions/setup-python@v4
1919
with:
20-
python-version: 3.6
20+
python-version: 3.8
2121

2222
- name: Install dependencies
2323
run: pip install wheel setuptools

0 commit comments

Comments
 (0)