Skip to content

Commit

Permalink
add 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolson committed Oct 20, 2023
1 parent a89bce1 commit 85608de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
python-version: [3.8, 3.9]
python-version: [3.8, 3.9, 3.10]
env:
PYTHON_VER: ${{ matrix.python-version }}

Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
python-version: [3.8, 3.9]
python-version: [3.8, 3.10]

steps:
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit 85608de

Please sign in to comment.