Skip to content

Commit

Permalink
GitHub Actions add Python 3.13 to test matrix
Browse files Browse the repository at this point in the history
This version of Python is in beta now, and will be stable soonish.
  • Loading branch information
DeeDeeG committed May 11, 2024
1 parent 0fdb0ec commit 6797169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-gyp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, macos-14, ubuntu-latest, windows-latest]
python: ["3.8", "3.10", "3.12"]
python: ["3.8", "3.10", "3.12", "3.13"]
exclude:
- os: macos-14
python: "3.8"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
max-parallel: 5
matrix:
os: [macos-latest, macos-14, ubuntu-latest] # , windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
exclude:
- os: macos-14
python-version: "3.8"
Expand Down

0 comments on commit 6797169

Please sign in to comment.