Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06548d2

Browse files
authored
Merge pull request#29473 from tacaswell/ci/azure_py313
CI: add py312 and py313 on windows on azure to test matrix
2 parents265ee47 +6ff92ec commit06548d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ stages:
5555
Windows_py311:
5656
vmImage:'windows-latest'
5757
python.version:'3.11'
58+
Windows_py312:
59+
vmImage:'windows-latest'
60+
python.version:'3.12'
61+
Windows_py313:
62+
vmImage:'windows-latest'
63+
python.version:'3.13'
5864
maxParallel:4
5965
pool:
6066
vmImage:'$(vmImage)'

‎lib/matplotlib/tests/test_animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def test_disable_cache_warning(anim):
520520

521521
deftest_movie_writer_invalid_path(anim):
522522
ifsys.platform=="win32":
523-
match_str=r"\[WinError 3] .*'\\\\foo\\\\bar\\\\aardvark'"
523+
match_str=r"\[WinError 3] .*\\\\foo\\\\bar\\\\aardvark'"
524524
else:
525525
match_str=r"\[Errno 2] .*'/foo"
526526
withpytest.raises(FileNotFoundError,match=match_str):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp