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

Add Python version 3.11 to the macOS build (#2510)

This commit is contained in:
Omer Korner
2022-11-03 16:32:52 +02:00
committed by GitHub
parent 6da0e89207
commit ad6a950734

View File

@@ -10,6 +10,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
runs-on: macos-11
steps:
- uses: actions/checkout@v2