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

Auto-resolve prefixes to the latest version (#2487)

This commit is contained in:
native-api
2022-10-30 03:38:40 +03:00
committed by GitHub
parent 0b5e16add3
commit a12f947cc3
13 changed files with 258 additions and 13 deletions

View File

@@ -6,10 +6,10 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.7.13
- 3.8.13
- 3.9.13
- 3.10.6
- "3.7"
- "3.8"
- "3.9"
- "3.10"
runs-on: macos-11
steps:
- uses: actions/checkout@v2

View File

@@ -6,10 +6,10 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.7.13
- 3.8.13
- 3.9.13
- 3.10.6
- "3.7"
- "3.8"
- "3.9"
- "3.10"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2