Skip to content

Commit

Permalink
Updating workflows for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Jan 7, 2025
1 parent 77d07dd commit f775a3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
fetch-depth: 0
submodules: true
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: ./.github/actions/setup
- name: F prime CI step
run: ./ci/tests/Framework.bash
Expand All @@ -55,8 +53,6 @@ jobs:
fetch-depth: 0
submodules: true
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: ./.github/actions/setup
- name: F prime CI step
run: ./ci/tests/Ref.bash
Expand All @@ -81,8 +77,6 @@ jobs:
fetch-depth: 0
submodules: true
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: ./.github/actions/setup
- name: Install coreutils
run: brew install coreutils
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
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"]
# macos-13 is the last Intel-family runner; macos-latest is ARM
runner: [macos-13, macos-latest, ubuntu-22.04, ubuntu-latest]
steps:
Expand Down

0 comments on commit f775a3d

Please sign in to comment.