1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05:00

Add CPython 3.8.10 (#1895)

Co-authored-by: Josh Friend <josh@fueledbycaffeine.com>
This commit is contained in:
Fredrik Averpil
2021-05-04 14:48:39 +02:00
committed by GitHub
parent 1146ce6e9c
commit 7355554fdc
2 changed files with 17 additions and 1 deletions

View File

@@ -5,7 +5,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7.18, 3.5.10, 3.6.13, 3.7.10, 3.8.9, 3.9.5] # 2.7.6, 3.4.10,
python-version:
- 2.7.18
- 3.5.10
- 3.6.13
- 3.7.10
- 3.8.10
- 3.9.5
runs-on: Ubuntu-20.04
steps:
- uses: actions/checkout@v2