Skip to content

Commit

Permalink
Merge pull request #641 from Moisan/python-3.13-support
Browse files Browse the repository at this point in the history
Support python 3.13
  • Loading branch information
jorisv authored Jan 9, 2025
2 parents b550c1d + 732d1c9 commit 5aa4305
Show file tree
Hide file tree
Showing 4 changed files with 794 additions and 1,329 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-linux-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu", "macos"]
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"
python-version: "3.8" # Not available on arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-linux-windows-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, macos-13]
environment: [all, all-py39]
environment: [all, all-python-oldest]
build_type: [Release, Debug]
cxx_options: ['', '-mavx2']
exclude:
Expand Down
Loading

0 comments on commit 5aa4305

Please sign in to comment.