mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
CI: add 3.12
This commit is contained in:
parent
62e2e9c743
commit
709534c21f
2 changed files with 2 additions and 0 deletions
1
.github/workflows/macos_build.yml
vendored
1
.github/workflows/macos_build.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
|||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
1
.github/workflows/ubuntu_build.yml
vendored
1
.github/workflows/ubuntu_build.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
|||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue