Skip to content

Commit ec5faea

Browse files
authored
Merge pull request #13007 from hugovk/windows-ci-3.13
Don't test Python 3.12 on Windows now 3.13 is final
2 parents 1db60b2 + 8191545 commit ec5faea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
# - "3.9"
179179
# - "3.10"
180180
# - "3.11"
181-
- "3.12" # Comment out when 3.13 is final
181+
# - "3.12"
182182
- "3.13"
183183
group: [1, 2]
184184

docs/html/development/ci.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Actual testing
113113
| | +-------+---------------+-----------------+
114114
| | | CP3.11| | |
115115
| | +-------+---------------+-----------------+
116-
| | | CP3.12| GitHub | GitHub |
116+
| | | CP3.12| | |
117117
| | +-------+---------------+-----------------+
118118
| | | CP3.13| GitHub | GitHub |
119119
| | +-------+---------------+-----------------+

0 commit comments

Comments
 (0)