Skip to content

Commit 405b029

Browse 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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pythonpackage.yml

+4-2
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)