Skip to content

Commit

Permalink
bump min python
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Sep 27, 2023
1 parent 95af667 commit 967089b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
matrix:
include:
- lib: 'astropy'
python-version: "3.10"
python-version: "3.11"
- lib: 'papyri'
python-version: "3.10"
python-version: "3.11"
- lib: 'IPython'
python-version: "3.10"
python-version: "3.11"
- lib: 'numpy'
python-version: "3.10"
python-version: "3.11"
flags: '--no-narrative --no-exec'
- lib: 'scipy'
python-version: "3.10"
python-version: "3.11"
flags: '--no-narrative --no-exec'

steps:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
needs: [build]
strategy:
matrix:
python-version: [3.9]
python-version: "3.11"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 967089b

Please sign in to comment.