⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Commit 85d72ef

Browse files
committed
Test Python 3.13 on Ubuntu and macOS on CI
But not Windows yet (#1955).
1 parent a7c7433 commit 85d72ef

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)