Skip to content

Commit da3c2da

Browse files
use newer python versions
1 parent 6c1f77c commit da3c2da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
steps:
66
- name: Checkout
77
uses: actions/checkout@v1
8-
- name: Setup python 3.6
8+
- name: Setup python 3.8
99
uses: actions/setup-python@v1
1010
with:
11-
python-version: 3.6
11+
python-version: 3.8
1212
- name: Install pre-commit
1313
run: pip install pre-commit
1414
- name: Run pre-commit
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
strategy:
1919
matrix:
20-
python-version: ['2.x', '3.6.x', '3.7.x', '3.8.x']
20+
python-version: ['3.7.x', '3.8.x', '3.9.x', '3.10.x', '3.11.x']
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v1

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v1
15-
- name: Setup python 3.6
15+
- name: Setup python 3.8
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.6
18+
python-version: 3.8
1919
- name: Add wheel dependency
2020
run: pip install wheel
2121
- name: Generate dist

0 commit comments

Comments
 (0)