Skip to content

Commit

Permalink
Update default tests to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Sep 27, 2023
1 parent 99d69d8 commit 823bff9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: pre-commit/[email protected]

unit-tests:
name: unit-tests (3.10)
name: unit-tests (3.11)
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -40,9 +40,9 @@ jobs:
environment-name: DEVELOP
channels: conda-forge
cache-env: true
cache-env-key: ubuntu-latest-3.10
cache-env-key: ubuntu-latest-3.11
extra-specs: |
python=3.10
python=3.11
- name: Install package
run: |
python -m pip install --no-deps -e .
Expand Down Expand Up @@ -71,9 +71,9 @@ jobs:
environment-name: DEVELOP
channels: conda-forge
cache-env: true
cache-env-key: ubuntu-latest-3.10
cache-env-key: ubuntu-latest-3.11
extra-specs: |
python=3.10
python=3.11
- name: Install package
run: |
python -m pip install --no-deps -e .
Expand All @@ -90,12 +90,12 @@ jobs:

strategy:
matrix:
python-version: ['3.9', '3.8']
python-version: ['3.10', '3.9', '3.8']
extra: ['']
include:
- python-version: '3.8'
extra: -minver
- python-version: '3.10'
- python-version: '3.11'
extra: -mindep
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 823bff9

Please sign in to comment.