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 9811232
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:

strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.11']
os: [ubuntu-latest]
include:
- os: macos-latest
python-version: '3.11'
# include:
# - os: macos-latest
# python-version: '3.11'

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

Expand Down

0 comments on commit 9811232

Please sign in to comment.