Skip to content

Commit

Permalink
Add Python 3.9 to CI runs and use it for the experimental run
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Nov 12, 2021
1 parent ee7c1b9 commit 4ced7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
fail-fast: true
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
python-version: ["3.7", "3.8"]
python-version: ["3.7", "3.8", "3.9"]
experimental: [false]
include:
- python-version: "3.8"
- python-version: "3.9"
os: "ubuntu-latest"
experimental: true

Expand Down

0 comments on commit 4ced7ae

Please sign in to comment.