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

Commit9b6b3ec

Browse files
committed
Test Python 3.13 on CI
As this is being integrated, Python 3.13 is no longer a releasecandidate, but this marks it experimental since that might also beused temporarily to prevent some of the failures mentioned in#1955from failing the workflow.But right now this allows the workflow to fail.
1 parenta7c7433 commit9b6b3ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os-type:[ubuntu, macos, windows]
16-
python-version:["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
16+
python-version:["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1717
exclude:
1818
-os-type:macos
1919
python-version:"3.7"
@@ -23,6 +23,8 @@ jobs:
2323
python-version:"3.7"
2424
os-ver:"22.04"
2525
-experimental:false
26+
-python-version:"3.13"
27+
experimental:true
2628

2729
fail-fast:false
2830

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp