Skip to content

Commit cbf451d

Browse files
committed
CI: Use Python 3.8 in PR jobs
1 parent 8ff6bd7 commit cbf451d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
matrix:
1010
include:
1111
- environment: pep8
12-
python-version: 3.6
12+
python-version: 3.8
1313
- environment: releasenotes
14-
python-version: 3.6
14+
python-version: 3.8
1515
name: Tox ${{ matrix.environment }} with Python ${{ matrix.python-version }}
1616
steps:
1717
- name: Github Checkout 🛎u

0 commit comments

Comments
 (0)