|
31 | 31 | strategy: |
32 | 32 | fail-fast: false |
33 | 33 | matrix: |
34 | | - python-version: [3.8, 3.9, "3.10", "3.11", "3.12-dev"] |
| 34 | + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] |
35 | 35 | outputs: |
36 | 36 | python-key: ${{ steps.generate-python-key.outputs.key }} |
37 | 37 | steps: |
@@ -89,11 +89,11 @@ jobs: |
89 | 89 | steps: |
90 | 90 | - name: Check out code from GitHub |
91 | 91 | uses: actions/checkout@v4.1.0 |
92 | | - - name: Set up Python 3.11 |
| 92 | + - name: Set up Python 3.12 |
93 | 93 | id: python |
94 | 94 | uses: actions/setup-python@v4.7.1 |
95 | 95 | with: |
96 | | - python-version: "3.11" |
| 96 | + python-version: "3.12" |
97 | 97 | check-latest: true |
98 | 98 | - name: Restore Python virtual environment |
99 | 99 | id: cache-venv |
@@ -125,7 +125,7 @@ jobs: |
125 | 125 | strategy: |
126 | 126 | fail-fast: false |
127 | 127 | matrix: |
128 | | - python-version: ["3.11"] |
| 128 | + python-version: ["3.12"] |
129 | 129 | steps: |
130 | 130 | - name: Check out code from GitHub |
131 | 131 | uses: actions/checkout@v4.1.0 |
@@ -175,7 +175,7 @@ jobs: |
175 | 175 | strategy: |
176 | 176 | fail-fast: false |
177 | 177 | matrix: |
178 | | - python-version: [3.8, 3.9, "3.10", "3.11", "3.12-dev"] |
| 178 | + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] |
179 | 179 | steps: |
180 | 180 | - name: Set temp directory |
181 | 181 | run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV |
|
0 commit comments