Skip to content

Commit

Permalink
CI: include python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
purarue committed Sep 6, 2023
1 parent 187d14c commit 4306011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: "*"
branches: ["master", "main"]
pull_request: # needed to trigger on others' PRs
workflow_dispatch: # needed to trigger workflows manually

Expand All @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", "3.11"]

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

Expand Down

0 comments on commit 4306011

Please sign in to comment.