Skip to content

Commit

Permalink
Merge branch 'master' into labels
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley authored Jan 17, 2023
2 parents 6f22c93 + fffa42e commit d6ae643
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,16 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, '3.10']
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10']
extras: [true, false]
include:
- os: macos-latest
python-version: '3.10'
extras: true
- os: windows-latest
python-version: '3.10'
extras: true

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -62,8 +69,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, '3.10']
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10']
include:
- os: macos-latest
python-version: '3.10'
- os: windows-latest
python-version: '3.10'

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
version: 3.8
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt

0 comments on commit d6ae643

Please sign in to comment.