Skip to content

Commit

Permalink
Added 313 to PyPi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Shirley committed Oct 15, 2024
1 parent ee3a99c commit f1717fb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
python_version: "3.12"
- os: ubuntu-22.04
python: 313
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
python_version: "3.13"

# MacOS x86_64
- os: macos-12
Expand All @@ -63,6 +68,10 @@ jobs:
python: 312
platform_id: macosx_x86_64
python_version: "3.12"
- os: macos-12
python: 313
platform_id: macosx_x86_64
python_version: "3.13"

# MacOS arm64
- os: macos-14
Expand All @@ -81,6 +90,10 @@ jobs:
python: 312
platform_id: macosx_arm64
python_version: "3.12"
- os: macos-14
python: 313
platform_id: macosx_arm64
python_version: "3.13"

steps:
- name: Checkout LePhare
Expand Down

0 comments on commit f1717fb

Please sign in to comment.