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

Commit405b029

Browse files
authored
Merge pull request#1990 from EliahKagan/py313-unix
Test Python 3.13 regularly on Ubuntu and macOS on CI
2 parentsf057766 +85d72ef commit405b029

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ 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
19-
python-version:"3.7"
19+
python-version:"3.7"# Not available for the ARM-based macOS runners.
20+
-os-type:windows
21+
python-version:"3.13"# FIXME: Fix and enable Python 3.13 on Windows (#1955).
2022
include:
2123
-os-ver:latest
2224
-os-type:ubuntu

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp