Skip to content

Commit

Permalink
ci: fix trigger, use python 3.8, 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Mar 21, 2024
1 parent 942b0c8 commit 7a7871b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
on:
push:
paths:
- "*.py"
- "**.py"
- ".github/workflows/ci.yml"

jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python: ["3.8", "3.11"]
python: ["3.8", "3.12"]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 7a7871b

Please sign in to comment.