1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 07:43:46 -05:00

Add CPython 3.9.3 and 3.8.9 (#1859)

This commit is contained in:
idwpan
2021-04-02 16:28:07 -04:00
committed by GitHub
parent 6889fbc147
commit e2a1c77666
3 changed files with 21 additions and 1 deletions

View File

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