Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit b6e7187

Browse files
committed
ci: update to only use Python 3.9+
1 parent bd763ca commit b6e7187

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/python.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [ 3.7, 3.8, 3.9 ]
18+
python-version: [ 3.9 ]
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
python-version: [ 3.7, 3.8, 3.9 ]
57+
python-version: [ 3.9 ]
5858

5959
steps:
6060
- uses: actions/checkout@v2
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
strategy:
8282
matrix:
83-
python-version: [ 3.7, 3.8, 3.9 ]
83+
python-version: [ 3.9 ]
8484

8585
steps:
8686
- uses: actions/checkout@v2
@@ -101,10 +101,10 @@ jobs:
101101

102102
steps:
103103
- uses: actions/checkout@v2
104-
- name: Set up Python 3.8
104+
- name: Set up Python 3.9
105105
uses: actions/setup-python@v2
106106
with:
107-
python-version: 3.8
107+
python-version: 3.9
108108
- name: Run image
109109
uses: abatilo/[email protected]
110110

@@ -125,10 +125,10 @@ jobs:
125125

126126
steps:
127127
- uses: actions/checkout@v2
128-
- name: Set up Python 3.8
128+
- name: Set up Python 3.9
129129
uses: actions/setup-python@v2
130130
with:
131-
python-version: 3.8
131+
python-version: 3.9
132132
- name: Run image
133133
uses: abatilo/[email protected]
134134

0 commit comments

Comments
 (0)