mirror of
https://github.com/khornberg/octokit.py
synced 2026-05-20 20:04:47 +03:00
Add python 3.8 to CI
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
||||
strategy:
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
python-version: [3.6, 3.7]
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
||||
Reference in New Issue
Block a user