Skip to content

Commit 5e293d3

Browse files
committed
update github action workflows
1 parent 2de8ab5 commit 5e293d3

File tree

6 files changed

+4
-12
lines changed

6 files changed

+4
-12
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
python-version: [3.7]
14+
python-version: [3.10]
1515
steps:
1616
- uses: actions/cache@v2
1717
with:

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.7
19+
python-version: 3.10
2020
- name: Install Poetry
2121
run: |
2222
pip3 install -U git+https://github.com/dclong/xinstall@main

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.7
19+
python-version: 3.10
2020
- name: Install Poetry
2121
run: |
2222
pip3 install -U git+https://github.com/dclong/xinstall@main

.github/workflows/test_macos.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
#- ubuntu-latest
1414
- macOS-latest
1515
python-version:
16-
- "3.7"
17-
- "3.8"
18-
- "3.9"
1916
- "3.10"
2017

2118
steps:

.github/workflows/test_ubuntu.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
#- windows-latest
1515
#- macOS-latest
1616
python-version:
17-
- "3.7"
18-
- "3.8"
19-
- "3.9"
2017
- "3.10"
2118

2219
steps:

.github/workflows/test_windows.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
#- macOS-latest
1717
- windows-latest
1818
python-version:
19-
- "3.7"
20-
- "3.8"
21-
- "3.9"
19+
- "3.10"
2220

2321
steps:
2422
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)