Skip to content

Commit

Permalink
ci: linux python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Sep 6, 2023
1 parent f5e313f commit 28f5cb1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11"]
include:
- os: macos-latest
python-version: "3.11"
- os: windows-latest
python-version: "3.11"
python-version: ["3.11"]
# include:
# - os: macos-latest
# python-version: "3.11"


name: Lint ${{ matrix.os }} Python ${{ matrix.python-version }}

Expand Down

0 comments on commit 28f5cb1

Please sign in to comment.