Skip to content

Commit

Permalink
run matrix on 3.13 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 19, 2024
1 parent a3e6893 commit 7f4bc44
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/compatability-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: Compatibility Matrix

on:
workflow_dispatch:
push:
branches:
- github-ci
# workflow_dispatch:

jobs:
CompatibilityMatrix:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: [3.12]
python-version: [3.12, 3.13.0rc1]
update-strategy: [minor, major]

steps:
Expand Down

0 comments on commit 7f4bc44

Please sign in to comment.