Skip to content

Commit a33caa2

Browse files
authored
Merge pull request #12562 from notatallshaw/update-windows-ci-test-to-Python-3.12
Update Windows CI tests to run on Python 3.12
2 parents 7881c53 + 876cfe3 commit a33caa2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,12 @@ jobs:
162162
os: [Windows]
163163
python:
164164
- "3.8"
165-
# Commented out, since Windows tests are expensively slow.
165+
# Commented out, since Windows tests are expensively slow,
166+
# only test the oldest and newest Python supported by pip
166167
# - "3.9"
167168
# - "3.10"
168-
- "3.11"
169+
# - "3.11"
170+
- "3.12"
169171
group: [1, 2]
170172

171173
steps:

news/12562.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update CI tests for Windows to run on Python 3.12

tests/functional/test_uninstall.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ def test_uninstall_overlapping_package(
238238
"console_scripts",
239239
[
240240
"test_ = distutils_install:test",
241-
"test_:test_ = distutils_install:test_test",
242241
",test_ = distutils_install:test_test",
243242
", = distutils_install:test_test",
244243
],

0 commit comments

Comments
 (0)