Skip to content

Commit

Permalink
Set permissions; use Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb authored Jan 21, 2025
1 parent 83ac8be commit 2bb0019
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: build

permissions: read-all

on:
push:
pull_request:
Expand All @@ -13,11 +15,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.12"]
python-version: ["3.13"]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup conda and dependencies
Expand Down

0 comments on commit 2bb0019

Please sign in to comment.