Skip to content

Commit

Permalink
Add Python 3.13 wheels (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy authored Sep 14, 2024
1 parent 2d78942 commit e587745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- ["cp310","3.10"]
- ["cp311","3.11"]
- ["cp312","3.12"]
- ["cp313","3.13"]
steps:
- uses: actions/checkout@v4
- name: Install GSL (Windows / Mac OS x86_64)
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python[1] }}
allow-prereleases: true
- name: Install GSL (Windows)
uses: mamba-org/setup-micromamba@v1
if: matrix.buildplat[1] == 'win'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ def build_extensions(self):
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Environment :: WebAssembly :: Emscripten",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Scientific/Engineering :: Physics",
Expand Down

0 comments on commit e587745

Please sign in to comment.