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

Appearance settings

Commit 405b029

Browse filesBrowse files
authored
Merge pull request #1990 from EliahKagan/py313-unix
Test Python 3.13 regularly on Ubuntu and macOS on CI
2 parents f057766 + 85d72ef commit 405b029
Copy full SHA for 405b029

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎.github/workflows/pythonpackage.yml

Copy file name to clipboardExpand all lines: .github/workflows/pythonpackage.yml
+4-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.