Skip to content

Commit

Permalink
update ci python version
Browse files Browse the repository at this point in the history
  • Loading branch information
cloutierMat committed Nov 19, 2024
1 parent 5b8d55f commit 76e3920
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch

jobs:
test:
Expand All @@ -13,10 +14,12 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.13"
- "3.12"
- "3.11"
- "3.10"
- "3.9"
- "3.8"
- "3.7"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 76e3920

Please sign in to comment.